Description Usage Arguments Value Author(s) References See Also
View source: R/DAISIE_sumstats_rates.R
Calculates the summary statistics of per capita rates throught an ontogeny simulation
1 2 3 | DAISIE_calc_sumstats_pcrates(pars, Apars, Epars, totaltime,
island_ontogeny = "beta", extcutoff = 1100, mainland_n = 1000,
resol = 100)
|
pars |
A numeric vector:
|
Apars |
a named list containing area parameters as created by create_area_params:
|
Epars |
a numeric vector:
|
totaltime |
A numeric indicating total time of simulation |
island_ontogeny |
a string describing the type of island ontogeny.
Can be |
extcutoff |
cutoff for extinction rate preventing it from being too large and slowing down simulation. Default is 1100 |
mainland_n |
A numeric stating the number of mainland species, that
is, the number of species that can potentially colonize the island.
If |
resol |
A numeric indicating number of decimals per unit time. Default is 100 |
A named list with mean and median values of specified parameters
Pedro Neves
Valente, Luis M., Rampal S. Etienne, and Albert B. Phillimore. "The effects of island ontogeny on species diversity and phylogeny." Proceedings of the Royal Society of London B: Biological Sciences 281.1784 (2014): 20133227.
Does the same as DAISIE_calc_clade_ext_rate
Other rates calculation: DAISIE_plot_area
,
get_ana_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.