1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,21 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/tidytree.R |
|
3 |
-\name{getNodeNum} |
|
4 |
-\alias{getNodeNum} |
|
5 |
-\title{getNodeNum} |
|
6 |
-\usage{ |
|
7 |
-getNodeNum(tr) |
|
8 |
-} |
|
9 |
-\arguments{ |
|
10 |
-\item{tr}{phylo object} |
|
11 |
-} |
|
12 |
-\value{ |
|
13 |
-number |
|
14 |
-} |
|
15 |
-\description{ |
|
16 |
-calculate total number of nodes |
|
17 |
-} |
|
18 |
-\author{ |
|
19 |
-Guangchuang Yu |
|
20 |
-} |
|
21 |
- |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@111813 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit id: ca17acc22b608158936b9c2790bff2f7504f38d9
add author
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@103112 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit information:
Commit id: e4bde72c231c72e3afa9a0af043ecc92a8a02e6b
time_scale
Committed by: GuangchuangYu
Author Name: GuangchuangYu
Commit date: 2015-02-12 18:41:24 +0800
Author date: 2015-02-12 18:41:24 +0800
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@99408 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,21 @@ |
1 |
+% Generated by roxygen2 (4.1.0): do not edit by hand |
|
2 |
+% Please edit documentation in R/tree.R |
|
3 |
+\name{getNodeNum} |
|
4 |
+\alias{getNodeNum} |
|
5 |
+\title{getNodeNum} |
|
6 |
+\usage{ |
|
7 |
+getNodeNum(tr) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{tr}{phylo object} |
|
11 |
+} |
|
12 |
+\value{ |
|
13 |
+number |
|
14 |
+} |
|
15 |
+\description{ |
|
16 |
+calculate total number of nodes |
|
17 |
+} |
|
18 |
+\author{ |
|
19 |
+Guangchuang Yu |
|
20 |
+} |
|
21 |
+ |