Function plots a tree in two columns or windows.
splitplotTree(tree, fsize=1.0, ftype="reg", lwd=2, split=NULL, new.window=FALSE)
plotTree.splits(tree, splits=NULL, file=NULL, fn=NULL, ...)
Plots a tree.
an object of class "phylo".
relative font size for tip labels.
font type - options are "reg"
, "i"
(italics), "b"
(bold), or "bi"
(bold-italics).
line width for plotting.
relative vertical position for splitting the tree (between 0 & 1).
whether or not to plot the split tree in a new window. If FALSE
then the tree will be plotted in two columns within the same plotting window.
for plotTree.splits
relative positions (from 0 to 1) to split the tree across pages or devices.
filename if saving to a PDF file is desired. Otherwise will plot to the default plotting device.
function to be executed on each plotted page. For instance, might be: function()
cladelabels()
if clade labels are desired.
other arguments to be passed to plotTree
.
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.
plotTree
, plotSimmap