View source: R/splitplotTree.R
splitplotTree | R Documentation |
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, ...)
tree |
an object of class |
fsize |
relative font size for tip labels. |
ftype |
font type - options are |
lwd |
line width for plotting. |
split |
relative vertical position for splitting the tree (between 0 & 1). |
new.window |
whether or not to plot the split tree in a new window. If |
splits |
for |
file |
filename if saving to a PDF file is desired. Otherwise will plot to the default plotting device. |
fn |
function to be executed on each plotted page. For instance, might be: |
... |
other arguments to be passed to |
Plots a tree.
Liam Revell liam.revell@umb.edu
Revell, L. J. (2024) phytools 2.0: an updated R ecosystem for phylogenetic comparative methods (and other things). PeerJ, 12, e16505.
plotTree
, plotSimmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.