Description Usage Arguments Value Author(s) Examples
Calculate the clade-wide effective anagenesis rate. With 'effective', this means that if an immigrant undergoes anagenesis, it will become a new species. Would such a species undergo anagenesis again, no net new species is created; the species only gets renamed
1 | DAISIE_calc_clade_ana_rate(ps_ana_rate, n_immigrants)
|
ps_ana_rate |
per species anagensis rate |
n_immigrants |
number of immigrants in that clade |
the clade's effective anagenesis rate
Richel J.C. Bilderbeek
1 2 3 4 5 6 | testit::assert(
DAISIE_calc_clade_ana_rate(
ps_ana_rate = 0.3,
n_immigrants = 5
) == 1.5
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.