1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,39 +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.treeinfo} |
|
5 |
-\alias{get.treeinfo} |
|
6 |
-\alias{get.treeinfo,jplace,ANY-method} |
|
7 |
-\title{get.treeinfo method} |
|
8 |
-\usage{ |
|
9 |
-get.treeinfo(object, layout = "phylogram", ladderize = TRUE, |
|
10 |
- right = FALSE, ...) |
|
11 |
- |
|
12 |
-get.treeinfo(object, layout, ladderize, right, ...) |
|
13 |
-} |
|
14 |
-\arguments{ |
|
15 |
-\item{object}{jplace object} |
|
16 |
- |
|
17 |
-\item{layout}{layout} |
|
18 |
- |
|
19 |
-\item{ladderize}{ladderize, logical} |
|
20 |
- |
|
21 |
-\item{right}{logical, parameter for ladderize} |
|
22 |
- |
|
23 |
-\item{...}{additional parameter} |
|
24 |
-} |
|
25 |
-\value{ |
|
26 |
-data.frame |
|
27 |
-} |
|
28 |
-\description{ |
|
29 |
-get.treeinfo method |
|
30 |
-} |
|
31 |
-\examples{ |
|
32 |
-jp <- system.file("extdata", "sample.jplace", package="ggtree") |
|
33 |
-jp <- read.jplace(jp) |
|
34 |
-get.treeinfo(jp) |
|
35 |
-} |
|
36 |
-\author{ |
|
37 |
-Guangchuang Yu \url{http://ygc.name} |
|
38 |
-} |
|
39 |
- |
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.treeinfo} |
... | ... |
@@ -26,8 +26,6 @@ get.treeinfo(object, layout, ladderize, right, ...) |
26 | 26 |
data.frame |
27 | 27 |
} |
28 | 28 |
\description{ |
29 |
-get.treeinfo method |
|
30 |
- |
|
31 | 29 |
get.treeinfo method |
32 | 30 |
} |
33 | 31 |
\examples{ |
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,41 @@ |
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.treeinfo} |
|
5 |
+\alias{get.treeinfo} |
|
6 |
+\alias{get.treeinfo,jplace,ANY-method} |
|
7 |
+\title{get.treeinfo method} |
|
8 |
+\usage{ |
|
9 |
+get.treeinfo(object, layout = "phylogram", ladderize = TRUE, |
|
10 |
+ right = FALSE, ...) |
|
11 |
+ |
|
12 |
+get.treeinfo(object, layout, ladderize, right, ...) |
|
13 |
+} |
|
14 |
+\arguments{ |
|
15 |
+\item{object}{jplace object} |
|
16 |
+ |
|
17 |
+\item{layout}{layout} |
|
18 |
+ |
|
19 |
+\item{ladderize}{ladderize, logical} |
|
20 |
+ |
|
21 |
+\item{right}{logical, parameter for ladderize} |
|
22 |
+ |
|
23 |
+\item{...}{additional parameter} |
|
24 |
+} |
|
25 |
+\value{ |
|
26 |
+data.frame |
|
27 |
+} |
|
28 |
+\description{ |
|
29 |
+get.treeinfo method |
|
30 |
+ |
|
31 |
+get.treeinfo method |
|
32 |
+} |
|
33 |
+\examples{ |
|
34 |
+jp <- system.file("extdata", "sample.jplace", package="ggtree") |
|
35 |
+jp <- read.jplace(jp) |
|
36 |
+get.treeinfo(jp) |
|
37 |
+} |
|
38 |
+\author{ |
|
39 |
+Guangchuang Yu \url{http://ygc.name} |
|
40 |
+} |
|
41 |
+ |