yuleSim {laser} | R Documentation |
Simulate Branching Times Under the Pure Birth Model
yuleSim(ntaxa, nsets, lambda = 0.01)
ntaxa |
number of taxa in each set of branching times |
nsets |
number of datasets of size ntaxa to be simulated |
lambda |
speciation rate (default = 0.01) |
an n x m matrix of branching times, where n is size ntaxa
and m is size nsets
Dan Rabosky DLR32@cornell.edu
testdata <- yuleSim(25, 50, lambda = .001)