Commit id: 5d225cceb9a0337c0d5b29d9c34b50289f59bbe7
update vignette
Commit id: a928e67d19ca9eca6f91ea4211cb666257c97122
update vignette
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@100524 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: ggtree |
2 | 2 |
Type: Package |
3 | 3 |
Title: a phylogenetic tree viewer for different types of tree annotations |
4 |
-Version: 0.99.23 |
|
4 |
+Version: 0.99.24 |
|
5 | 5 |
Author: Guangchuang Yu |
6 | 6 |
Maintainer: Guangchuang Yu <guangchuangyu@gmail.com> |
7 | 7 |
Description: ggtree extends the ggplot2 plotting system which implemented the |
... | ... |
@@ -122,7 +122,7 @@ ggtree(tree2d, layout="cladogram", time_scale=TRUE, |
122 | 122 |
scale_y_continuous(labels=paste0("N", 2:7)) |
123 | 123 |
``` |
124 | 124 |
|
125 |
-In this example, y is scale by the number of N-glycosylation sites. This figure demonstrates the quantity of y increase along the trunk. User can highlight the trunk with different line size or color using the functions we described below. |
|
125 |
+In this example, the figure demonstrates the quantity of y increase along the trunk. User can highlight the trunk with different line size or color using the functions we described below. |
|
126 | 126 |
|
127 | 127 |
|
128 | 128 |
## support multiple phylogenetic classes |