Description Usage Arguments Value See Also
View source: R/DAISIE_max_rates.R
Internal function that updates the all the max rates at time t.
1 2 3 4 |
timeval |
A numeric with the current time of simulation |
totaltime |
A numeric with the total time of simulation |
gam |
A numeric with the per capita immigration rate |
mu |
A numeric with the per capita extinction rate |
laa |
A numeric with the per capita anagenesis rate |
lac |
A numeric with the per capita cladogenesis rate |
ddmodel_sim |
A numeric determining which parameters are diversity- dependent. |
hyper_pars |
A numeric vector for hyperparameters for the rate
calculations, |
area_pars |
a named list containing area and sea level parameters as
created by
|
dist_pars |
a numeric for the distance from the mainland. |
ext_pars |
a numeric vector:
|
island_ontogeny |
a numeric describing the type of island ontogeny.
Can be |
sea_level |
a numeric describing the type of sea level. |
extcutoff |
A numeric with the cutoff for extinction rate preventing it from being too large and slowing down simulation. Should be big. |
K |
a numeric with carrying capacity |
num_spec |
a numeric with the current number of species. |
num_immigrants |
a numeric with the current number of non-endemic species (a.k.a non-endemic species). |
mainland_n |
number of mainland species |
a named list with the updated effective rates.
Other rates calculation: DAISIE_plot_area
,
get_ana_rate
, get_ext_rate
,
get_immig_rate
, get_t_hor
,
get_trans_rate
,
island_area_vector
,
island_area
, update_rates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.