zoom(phy, focus, subtree = FALSE, col = rainbow, ...)
"phylo"
.plot.phylo
.The whole tree is plotted on the left-hand side in a narrower sub-window (about a quarter of the device) without tip labels. The subtrees consisting of the tips in `focus' are extracted and plotted on the right-hand side starting from the top left corner and successively column-wise.
If the argument `col' is a vector of colours, as many colours as the
number of subtrees must be given. The alternative is to give a
function that will create colours or grey levels from the number of
subtrees: see rainbow
for some possibilities
with colours.
plot.phylo
, drop.tip
,
layout
, rainbow
,
grey
data(chiroptera)
zoom(chiroptera, 1:20, subtree = TRUE)
zoom(chiroptera, grep("Plecotus", chiroptera$tip.label))
zoom(chiroptera, list(grep("Plecotus", chiroptera$tip.label),
grep("Pteropus", chiroptera$tip.label)))
Run the code above in your browser using DataLab