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/ape.R |
|
3 |
-\name{apeBoot} |
|
4 |
-\alias{apeBoot} |
|
5 |
-\title{apeBoot} |
|
6 |
-\usage{ |
|
7 |
-apeBoot(phylo, boot) |
|
8 |
-} |
|
9 |
-\arguments{ |
|
10 |
-\item{phylo}{phylo} |
|
11 |
- |
|
12 |
-\item{boot}{bootstrap values} |
|
13 |
-} |
|
14 |
-\value{ |
|
15 |
-an instance of 'apeBootstrap' |
|
16 |
-} |
|
17 |
-\description{ |
|
18 |
-merge phylo and output of boot.phylo to 'apeBootstrap' object |
|
19 |
-} |
|
20 |
-\author{ |
|
21 |
-Guangchuang Yu |
|
22 |
-} |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@111815 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/ape.R |
|
3 |
+\name{apeBoot} |
|
4 |
+\alias{apeBoot} |
|
5 |
+\title{apeBoot} |
|
6 |
+\usage{ |
|
7 |
+apeBoot(phylo, boot) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{phylo}{phylo} |
|
11 |
+ |
|
12 |
+\item{boot}{bootstrap values} |
|
13 |
+} |
|
14 |
+\value{ |
|
15 |
+an instance of 'apeBootstrap' |
|
16 |
+} |
|
17 |
+\description{ |
|
18 |
+merge phylo and output of boot.phylo to 'apeBootstrap' object |
|
19 |
+} |
|
20 |
+\author{ |
|
21 |
+Guangchuang Yu |
|
22 |
+} |
|
23 |
+ |