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{get.offspring.tip} |
|
4 |
-\alias{get.offspring.tip} |
|
5 |
-\title{get.offspring.tip} |
|
6 |
-\usage{ |
|
7 |
-get.offspring.tip(tr, node) |
|
8 |
-} |
|
9 |
-\arguments{ |
|
10 |
-\item{tr}{tree} |
|
11 |
- |
|
12 |
-\item{node}{node} |
|
13 |
-} |
|
14 |
-\value{ |
|
15 |
-tip label |
|
16 |
-} |
|
17 |
-\description{ |
|
18 |
-extract offspring tips |
|
19 |
-} |
|
20 |
-\author{ |
|
21 |
-ygc |
|
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@111813 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,5 +1,5 @@ |
1 |
-% Generated by roxygen2 (4.1.1): do not edit by hand |
|
2 |
-% Please edit documentation in R/tree.R |
|
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/tree-utilities.R |
|
3 | 3 |
\name{get.offspring.tip} |
4 | 4 |
\alias{get.offspring.tip} |
5 | 5 |
\title{get.offspring.tip} |
Commit id: ca17acc22b608158936b9c2790bff2f7504f38d9
add author
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@103112 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@98386 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,23 @@ |
1 |
+% Generated by roxygen2 (4.1.0): do not edit by hand |
|
2 |
+% Please edit documentation in R/tree.R |
|
3 |
+\name{get.offspring.tip} |
|
4 |
+\alias{get.offspring.tip} |
|
5 |
+\title{get.offspring.tip} |
|
6 |
+\usage{ |
|
7 |
+get.offspring.tip(tr, node) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{tr}{tree} |
|
11 |
+ |
|
12 |
+\item{node}{node} |
|
13 |
+} |
|
14 |
+\value{ |
|
15 |
+tip label |
|
16 |
+} |
|
17 |
+\description{ |
|
18 |
+extract offspring tips |
|
19 |
+} |
|
20 |
+\author{ |
|
21 |
+ygc |
|
22 |
+} |
|
23 |
+ |