get_ana_rate {DAISIE} | R Documentation |
Calculate anagenesis rate
Description
Internal function. Calculates the anagenesis rate given the current number of immigrant species and the per capita rate.
Usage
get_ana_rate(laa, num_immigrants, island_spec = NULL, trait_pars = NULL)
Arguments
laa |
A numeric with the per capita anagenesis rate. |
num_immigrants |
A numeric with the current number of non-endemic species (a.k.a non-endemic species). |
island_spec |
Matrix with current state of simulation containing number of species. |
trait_pars |
A named list containing diversification rates considering
two trait states created by
|
Author(s)
Pedro Neves, Joshua Lambert, Shu Xie
See Also
Other rate calculations:
DAISIE_plot_area()
,
get_ext_rate()
,
get_immig_rate()
,
island_area()
,
island_area_vector()
,
update_max_rates()
,
update_rates()