View source: R/rates_from_exp_dist.R
| rates_from_exp_dist | R Documentation |
For a list of phylogenies, reconstruct the average, per-capita rates of speciation and extinction corresponding to each level of species diversity.
rates_from_exp_dist(waiting_times_tbl)
waiting_times_tbl |
a table with waiting times, the output of
|
a tibble with a row for every possible number of species and 4
columns:
N, level of diversity, nb of species
rate (speciation or extinction)
value value of that rate
dd_model = none, for compatibility with rates_from_dd_model()
ci_upper upper bound of the confidence interval of value
ci_lower lower bound of the confidence interval of value
Théo Pannetier
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.