Description Usage Arguments See Also
Internal function that updates the all the rates and max extinction horizon at time t.
1 2 3 | update_rates(timeval, totaltime, gam, mu, laa, lac, Apars = NULL,
Epars = NULL, Tpars = NULL, island_ontogeny = 0, extcutoff, K,
island_spec, mainland_n, t_hor = NULL)
|
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 in no ontogeny model |
laa |
A numeric with the per capita anagenesis rate |
lac |
A numeric with the per capita cladogenesis rate |
Apars |
A named list containing area parameters as created by create_area_params:
|
Epars |
A numeric vector:
|
Tpars |
A named list containing diversification rates considering two trait states:
|
island_ontogeny |
A string describing the type of island ontogeny.
Can be |
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 K (clade-specific carrying capacity) |
island_spec |
A matrix containing state of system |
mainland_n |
A numeirc with the total number of species present in the mainland |
t_hor |
A numeric with the time of horizon for max cladogenesis, immigration and minimum extinction |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.