6c9cd355 | % Generated by roxygen2: do not edit by hand |
d5c2a530 | % Please edit documentation in R/method-gzoom.R |
cb732553 | \name{gzoom.phylo} \alias{gzoom.phylo} |
b921de96 | \title{gzoom} \usage{ |
cb732553 | gzoom.phylo(phy, focus, subtree = FALSE, widths = c(0.3, 0.7)) |
b921de96 | } \arguments{ \item{phy}{phylo object} \item{focus}{selected tips} \item{subtree}{logical} \item{widths}{widths} } \value{ a list of ggplot object } \description{ plots simultaneously a whole phylogenetic tree and a portion of it. } \examples{ require(ape) data(chiroptera) gzoom(chiroptera, grep("Plecotus", chiroptera$tip.label)) } \author{ ygc } |