Browse code

update docs

Guangchuang Yu authored on 09/08/2019 03:45:53
Showing 3 changed files

... ...
@@ -13,7 +13,7 @@ Authors@R: c(
13 13
 Maintainer: Guangchuang Yu <guangchuangyu@gmail.com>
14 14
 Description: 'ggtree' extends the 'ggplot2' plotting system which implemented
15 15
     the grammar of graphics. 'ggtree' is designed for visualization and annotation
16
-    of phylogenetic trees and other tree-like structure with their associated data.
16
+    of phylogenetic trees and other tree-like structures with their annotation data.
17 17
 Depends:
18 18
     R (>= 3.4.0)
19 19
 Imports:
... ...
@@ -8,7 +8,7 @@ html_preview: false
8 8
 <!-- README.md is generated from README.Rmd. Please edit that file -->
9 9
 
10 10
 
11
-#  ggtree: an R package for visualization of tree and annotation data
11
+#  ggtree: an R package for visualization of phylogenetic trees (and other tree-like structures) with their annotation data
12 12
 
13 13
 ```{r echo=FALSE, results="hide", message=FALSE}
14 14
 #library("txtplot")
... ...
@@ -1,6 +1,6 @@
1 1
 <!-- README.md is generated from README.Rmd. Please edit that file -->
2 2
 
3
-# ggtree: an R package for visualization of tree and annotation data
3
+# ggtree: an R package for visualization of phylogenetic trees (and other tree-like structures) with their annotation data
4 4
 
5 5
 <a href="https://yulab-smu.github.io/treedata-book/"><img src="https://raw.githubusercontent.com/Bioconductor/BiocStickers/master/ggtree/ggtree.png" height="200" align="right" /></a>
6 6
 
... ...
@@ -22,8 +22,8 @@ developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repo
22 22
 
23 23
 ‘ggtree’ extends the ‘ggplot2’ plotting system which implemented the
24 24
 grammar of graphics. ‘ggtree’ is designed for visualization and
25
-annotation of phylogenetic trees with their covariates and other
26
-associated data.
25
+annotation of phylogenetic trees and other tree-like structures with
26
+their annotation data.
27 27
 
28 28
 For details, please visit <https://yulab-smu.github.io/treedata-book/>.
29 29