View source: R/simulatePhylogenies.R
createPhyloCRBD | R Documentation |
Speciation and extinction rates are constant through time and lineages.
createPhyloCRBD(n.tips, params)
n.tips |
number of tips |
params |
list
|
phylogeny (ape format)
n.tips <- 10 # 10 extant species lambda <- 1 # speciation rate mu <- 0 # extinction rate createPhyloCRBD(n.tips, list(lambda = lambda, mu = mu))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.