1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,32 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/AllGenerics.R, R/jplace.R |
|
3 |
-\docType{methods} |
|
4 |
-\name{get.treetext} |
|
5 |
-\alias{get.treetext} |
|
6 |
-\alias{get.treetext,jplace,ANY-method} |
|
7 |
-\title{get.treetext method} |
|
8 |
-\usage{ |
|
9 |
-get.treetext(object, ...) |
|
10 |
- |
|
11 |
-get.treetext(object, ...) |
|
12 |
-} |
|
13 |
-\arguments{ |
|
14 |
-\item{object}{one of \code{phylo}, \code{jplace}, \code{beast}, \code{hyphy}, \code{codeml}, \code{codeml_mlc}, \code{paml_rst} object} |
|
15 |
- |
|
16 |
-\item{...}{additional parameter} |
|
17 |
-} |
|
18 |
-\value{ |
|
19 |
-phylo object |
|
20 |
-} |
|
21 |
-\description{ |
|
22 |
-get.treetext method |
|
23 |
-} |
|
24 |
-\examples{ |
|
25 |
-jp <- system.file("extdata", "sample.jplace", package="ggtree") |
|
26 |
-jp <- read.jplace(jp) |
|
27 |
-get.treetext(jp) |
|
28 |
-} |
|
29 |
-\author{ |
|
30 |
-Guangchuang Yu \url{http://ygc.name} |
|
31 |
-} |
|
32 |
- |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@111813 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,4 +1,4 @@ |
1 |
-% Generated by roxygen2 (4.1.1): do not edit by hand |
|
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 | 2 |
% Please edit documentation in R/AllGenerics.R, R/jplace.R |
3 | 3 |
\docType{methods} |
4 | 4 |
\name{get.treetext} |
... | ... |
@@ -19,8 +19,6 @@ get.treetext(object, ...) |
19 | 19 |
phylo object |
20 | 20 |
} |
21 | 21 |
\description{ |
22 |
-get.treetext method |
|
23 |
- |
|
24 | 22 |
get.treetext method |
25 | 23 |
} |
26 | 24 |
\examples{ |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@107219 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -11,7 +11,7 @@ get.treetext(object, ...) |
11 | 11 |
get.treetext(object, ...) |
12 | 12 |
} |
13 | 13 |
\arguments{ |
14 |
-\item{object}{one of \code{jplace}, \code{beast} object} |
|
14 |
+\item{object}{one of \code{phylo}, \code{jplace}, \code{beast}, \code{hyphy}, \code{codeml}, \code{codeml_mlc}, \code{paml_rst} object} |
|
15 | 15 |
|
16 | 16 |
\item{...}{additional parameter} |
17 | 17 |
} |
Commit id: ca17acc22b608158936b9c2790bff2f7504f38d9
add author
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@103112 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@98340 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,34 @@ |
1 |
+% Generated by roxygen2 (4.1.0): do not edit by hand |
|
2 |
+% Please edit documentation in R/AllGenerics.R, R/jplace.R |
|
3 |
+\docType{methods} |
|
4 |
+\name{get.treetext} |
|
5 |
+\alias{get.treetext} |
|
6 |
+\alias{get.treetext,jplace,ANY-method} |
|
7 |
+\title{get.treetext method} |
|
8 |
+\usage{ |
|
9 |
+get.treetext(object, ...) |
|
10 |
+ |
|
11 |
+get.treetext(object, ...) |
|
12 |
+} |
|
13 |
+\arguments{ |
|
14 |
+\item{object}{one of \code{jplace}, \code{beast} object} |
|
15 |
+ |
|
16 |
+\item{...}{additional parameter} |
|
17 |
+} |
|
18 |
+\value{ |
|
19 |
+phylo object |
|
20 |
+} |
|
21 |
+\description{ |
|
22 |
+get.treetext method |
|
23 |
+ |
|
24 |
+get.treetext method |
|
25 |
+} |
|
26 |
+\examples{ |
|
27 |
+jp <- system.file("extdata", "sample.jplace", package="ggtree") |
|
28 |
+jp <- read.jplace(jp) |
|
29 |
+get.treetext(jp) |
|
30 |
+} |
|
31 |
+\author{ |
|
32 |
+Guangchuang Yu \url{http://ygc.name} |
|
33 |
+} |
|
34 |
+ |