This function simulates a birth-death tree under user-defined conditions and then creates an animation of that tree growing from left-to-right in the plotting device, or upwards.
tree.grow(..., res=200, direction="rightwards", ladderize=TRUE)
An object of class "phylo"
.
arguments to pass to pbtree
.
number of steps (the resolution of the animation). This also corresponds to the number of frames that will be created if the animation is to be converted to a .gif file.
the direction to plot the tree. Only direction="rightwards"
(the default) and direction="upwards"
are supported.
logical value indicating whether or not to 'ladderize' the plotted tree. (Defaults to TRUE
.)
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.
pbtree