gzoom.phylo {ggtree} | R Documentation |
plots simultaneously a whole phylogenetic tree and a portion of it.
gzoom.phylo(phy, focus, subtree = FALSE, widths = c(0.3, 0.7))
phy |
phylo object |
focus |
selected tips |
subtree |
logical |
widths |
widths |
a list of ggplot object
ygc
require(ape) data(chiroptera) gzoom(chiroptera, grep("Plecotus", chiroptera$tip.label))