1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,35 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/method-fortify.R |
|
3 |
-\name{fortify.phylo} |
|
4 |
-\alias{fortify.phylo} |
|
5 |
-\title{fortify} |
|
6 |
-\usage{ |
|
7 |
-\method{fortify}{phylo}(model, data, layout = "rectangular", |
|
8 |
- ladderize = TRUE, right = FALSE, mrsd = NULL, as.Date = FALSE, ...) |
|
9 |
-} |
|
10 |
-\arguments{ |
|
11 |
-\item{model}{phylo object} |
|
12 |
- |
|
13 |
-\item{data}{not use here} |
|
14 |
- |
|
15 |
-\item{layout}{layout} |
|
16 |
- |
|
17 |
-\item{ladderize}{ladderize, logical} |
|
18 |
- |
|
19 |
-\item{right}{logical} |
|
20 |
- |
|
21 |
-\item{mrsd}{most recent sampling date} |
|
22 |
- |
|
23 |
-\item{as.Date}{logical whether using Date class in time tree} |
|
24 |
- |
|
25 |
-\item{...}{additional parameter} |
|
26 |
-} |
|
27 |
-\value{ |
|
28 |
-data.frame |
|
29 |
-} |
|
30 |
-\description{ |
|
31 |
-fortify a phylo to data.frame |
|
32 |
-} |
|
33 |
-\author{ |
|
34 |
-Yu Guangchuang |
|
35 |
-} |
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/treeIO.R |
|
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/method-fortify.R |
|
3 | 3 |
\name{fortify.phylo} |
4 | 4 |
\alias{fortify.phylo} |
5 | 5 |
\title{fortify} |
... | ... |
@@ -28,7 +28,7 @@ |
28 | 28 |
data.frame |
29 | 29 |
} |
30 | 30 |
\description{ |
31 |
-fortify |
|
31 |
+fortify a phylo to data.frame |
|
32 | 32 |
} |
33 | 33 |
\author{ |
34 | 34 |
Yu Guangchuang |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@109098 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -5,7 +5,7 @@ |
5 | 5 |
\title{fortify} |
6 | 6 |
\usage{ |
7 | 7 |
\method{fortify}{phylo}(model, data, layout = "rectangular", |
8 |
- ladderize = TRUE, right = FALSE, ...) |
|
8 |
+ ladderize = TRUE, right = FALSE, mrsd = NULL, as.Date = FALSE, ...) |
|
9 | 9 |
} |
10 | 10 |
\arguments{ |
11 | 11 |
\item{model}{phylo object} |
... | ... |
@@ -18,6 +18,10 @@ |
18 | 18 |
|
19 | 19 |
\item{right}{logical} |
20 | 20 |
|
21 |
+\item{mrsd}{most recent sampling date} |
|
22 |
+ |
|
23 |
+\item{as.Date}{logical whether using Date class in time tree} |
|
24 |
+ |
|
21 | 25 |
\item{...}{additional parameter} |
22 | 26 |
} |
23 | 27 |
\value{ |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@107869 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -4,8 +4,8 @@ |
4 | 4 |
\alias{fortify.phylo} |
5 | 5 |
\title{fortify} |
6 | 6 |
\usage{ |
7 |
-\method{fortify}{phylo}(model, data, layout = "phylogram", ladderize = TRUE, |
|
8 |
- right = FALSE, ...) |
|
7 |
+\method{fortify}{phylo}(model, data, layout = "rectangular", |
|
8 |
+ ladderize = TRUE, right = FALSE, ...) |
|
9 | 9 |
} |
10 | 10 |
\arguments{ |
11 | 11 |
\item{model}{phylo object} |
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@98340 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,32 @@ |
1 |
+% Generated by roxygen2 (4.1.0): do not edit by hand |
|
2 |
+% Please edit documentation in R/treeIO.R |
|
3 |
+\name{fortify.phylo} |
|
4 |
+\alias{fortify.phylo} |
|
5 |
+\title{fortify} |
|
6 |
+\usage{ |
|
7 |
+\method{fortify}{phylo}(model, data, layout = "phylogram", ladderize = TRUE, |
|
8 |
+ right = FALSE, ...) |
|
9 |
+} |
|
10 |
+\arguments{ |
|
11 |
+\item{model}{phylo object} |
|
12 |
+ |
|
13 |
+\item{data}{not use here} |
|
14 |
+ |
|
15 |
+\item{layout}{layout} |
|
16 |
+ |
|
17 |
+\item{ladderize}{ladderize, logical} |
|
18 |
+ |
|
19 |
+\item{right}{logical} |
|
20 |
+ |
|
21 |
+\item{...}{additional parameter} |
|
22 |
+} |
|
23 |
+\value{ |
|
24 |
+data.frame |
|
25 |
+} |
|
26 |
+\description{ |
|
27 |
+fortify |
|
28 |
+} |
|
29 |
+\author{ |
|
30 |
+Yu Guangchuang |
|
31 |
+} |
|
32 |
+ |