Creates a graphical illustration of Brownian motion evolution on a phylogeny
The function simulates a discrete-time pure-birth phylogeny (for fixed N and t using rejection sampling) and then discrete-time Brownian motion on that tree. It then proceeds to generating a plot of the results.
simBMphylo(n, t, sig2, plot=TRUE, ...) ## S3 method for class 'simBMphylo' plot(x, ...)
n |
number of taxa to simulate in the output tree. |
t |
total time for the simulation. |
sig2 |
the rate of evolution under Brownian motion, σ^2, or a vector of rates. If the latter the length of the vector must exactly match |
plot |
optional logical value indicating whether or not the simulated object should be plotted. |
... |
optional arguments to be passed to the |
x |
in |
An object of class "simBMphylo"
or a plot.
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.
set.seed(777) simBMphylo(n=6,t=100,sig2=0.01) ## reset par to defaults par(mfrow=c(1,1)) par(mar=c(5.1,4.1,4.1,2.1))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.