View source: R/estimateSpeciation.R
estimateSpeciation | R Documentation |
estimateSpeciation
Estimates the speciation rate assuming a
constant-rate, pure-birth model.
estimateSpeciation(phy)
phy |
A |
A numeric
with the estimated speciation rate.
Daniel Rabosky, Matheus Januario, Jennifer Auler
Yule G.U. 1925. A mathematical theory of evolution, based on the conclusions of Dr. JC Willis, FRS. Philosophical Transactions of the Royal Society of London. Series B, Containing Papers of a Biological Character. 213:21–87.
S <- 1
E <- 0
set.seed(1)
phy <- simulateTree(pars = c(S, E), max.taxa = 6, max.t = 5)
estimateSpeciation(phy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.