Plot a round phylogram
Function plots one or multiple round phylograms.
roundPhylogram(tree, fsize=1.0, ftype="reg", lwd=2, mar=NULL, offset=NULL, direction="rightwards", type="phylogram", xlim=NULL, ylim=NULL, ...)
tree |
an object of class "phylo" or "multiPhylo" containing one or multiple phylogenies. |
fsize |
relative font size for tip labels. |
ftype |
font type - options are |
lwd |
line width for plotting. |
mar |
vector containing the margins for the plot to be passed to |
offset |
offset for the tip labels. |
direction |
plotting direction. Only the option |
type |
plot type. Can be |
xlim |
x-limits for the plot. |
ylim |
y-limits for the plot. |
... |
optional arguments. |
The underscore character "_"
is automatically swapped for a space in tip labels, as in plotSimmap
.
Plots a tree.
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(mammal.tree) roundPhylogram(compute.brlen(mammal.tree), fsize=0.8,ftype="i") par(mar=c(5.1,4.1,4.1,2.1)) ## reset margin to default
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.