1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,22 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/tree-utilities.R |
|
3 |
-\name{nodeid} |
|
4 |
-\alias{nodeid} |
|
5 |
-\title{nodeid} |
|
6 |
-\usage{ |
|
7 |
-nodeid(x, label) |
|
8 |
-} |
|
9 |
-\arguments{ |
|
10 |
-\item{x}{tree object or graphic object return by ggtree} |
|
11 |
- |
|
12 |
-\item{label}{tip or node label(s)} |
|
13 |
-} |
|
14 |
-\value{ |
|
15 |
-internal node number |
|
16 |
-} |
|
17 |
-\description{ |
|
18 |
-convert tip or node label(s) to internal node number |
|
19 |
-} |
|
20 |
-\author{ |
|
21 |
-Guangchuang Yu |
|
22 |
-} |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@125465 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@119674 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,23 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/tree-utilities.R |
|
3 |
+\name{nodeid} |
|
4 |
+\alias{nodeid} |
|
5 |
+\title{nodeid} |
|
6 |
+\usage{ |
|
7 |
+nodeid(x, label) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{x}{tree object or graphic object return by ggtree} |
|
11 |
+ |
|
12 |
+\item{label}{tip or node label(s)} |
|
13 |
+} |
|
14 |
+\value{ |
|
15 |
+internal node number |
|
16 |
+} |
|
17 |
+\description{ |
|
18 |
+convert tip or node label(s) to internal node number |
|
19 |
+} |
|
20 |
+\author{ |
|
21 |
+Guangchuang Yu |
|
22 |
+} |
|
23 |
+ |