Browse code

Commit made by the Bioconductor Git-SVN bridge.

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

g.yu authored on 11/03/2015 09:40:03
Showing 3 changed files

... ...
@@ -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
... ...
@@ -1,3 +1,7 @@
1
+CHANGES IN VERSION 0.99.24
2
+------------------------
3
+ o update vignett <2015-03-11, Wed>
4
+ 
1 5
 CHANGES IN VERSION 0.99.23
2 6
 ------------------------
3 7
  o mv geom_hilight to hilight <2015-03-11, Wed>
... ...
@@ -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