... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
% Generated by roxygen2: do not edit by hand |
2 |
-% Please edit documentation in R/method-gzoom.R |
|
2 |
+% Please edit documentation in R/defunct.R |
|
3 | 3 |
\name{gzoom.phylo} |
4 | 4 |
\alias{gzoom.phylo} |
5 | 5 |
\title{gzoom} |
... | ... |
@@ -21,11 +21,6 @@ a list of ggplot object |
21 | 21 |
\description{ |
22 | 22 |
plots simultaneously a whole phylogenetic tree and a portion of it. |
23 | 23 |
} |
24 |
-\examples{ |
|
25 |
-require(ape) |
|
26 |
-data(chiroptera) |
|
27 |
-gzoom(chiroptera, grep("Plecotus", chiroptera$tip.label)) |
|
28 |
-} |
|
29 | 24 |
\author{ |
30 | 25 |
ygc |
31 | 26 |
} |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@112112 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
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
Commit information:
Commit id: cd270be7dff4e811297283d7cd5da2826d4c60aa
update news
Committed by: GuangchuangYu
Author Name: GuangchuangYu
Commit date: 2015-02-04 16:24:25 +0800
Author date: 2015-02-04 16:24:25 +0800
Commit id: 240a0ebc95b76ce091f0c59c95d53db841127493
gzoom methods
Committed by: GuangchuangYu
Author Name: GuangchuangYu
Commit date: 2015-02-04 16:23:19 +0800
Author date: 2015-02-04 16:23:19 +0800
Commit id: 55f42d1fa0d7bcddc8cf8bcdcff87f887b215acf
geom_hilight
Committed by: GuangchuangYu
Author Name: GuangchuangYu
Commit date: 2015-02-04 15:54:42 +0800
Author date: 2015-02-04 15:54:42 +0800
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@99033 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/tree.R |
|
3 |
+\name{gzoom.phylo} |
|
4 |
+\alias{gzoom.phylo} |
|
5 |
+\title{gzoom} |
|
6 |
+\usage{ |
|
7 |
+gzoom.phylo(phy, focus, subtree = FALSE, widths = c(0.3, 0.7)) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{phy}{phylo object} |
|
11 |
+ |
|
12 |
+\item{focus}{selected tips} |
|
13 |
+ |
|
14 |
+\item{subtree}{logical} |
|
15 |
+ |
|
16 |
+\item{widths}{widths} |
|
17 |
+} |
|
18 |
+\value{ |
|
19 |
+a list of ggplot object |
|
20 |
+} |
|
21 |
+\description{ |
|
22 |
+plots simultaneously a whole phylogenetic tree and a portion of it. |
|
23 |
+} |
|
24 |
+\examples{ |
|
25 |
+require(ape) |
|
26 |
+data(chiroptera) |
|
27 |
+gzoom(chiroptera, grep("Plecotus", chiroptera$tip.label)) |
|
28 |
+} |
|
29 |
+\author{ |
|
30 |
+ygc |
|
31 |
+} |
|
32 |
+ |