Plots rooted phylogenetic tree
This function plots a rooted phylogram. Arguments in ...
are passed to plotSimmap
, with the exception of optional argument color
which is used to determine the plotted color of the branch lengths of the tree.
plotTree(tree, ...)
tree |
a phylogenetic tree in |
... |
optional arguments. |
This function plots a rooted phylogram.
Liam Revell liam.revell@umb.edu
Revell, L. J. (2012) phytools: An R package for phylogenetic comparative biology (and other things). Methods Ecol. Evol., 3, 217-223.
data(vertebrate.tree) plotTree(vertebrate.tree,fsize=1.2,ftype="i") ## reset margins par(mar=c(5.1,4.1,4.1,2.1))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.