Description Usage Arguments Value Author(s)
View source: R/DAISIE_sim_core_1_4.R
Runs one DAISIE simulation with a clade-specific carrying capacity.
Version of DAISIE_sim_core
that checks all its inputs
and uses descriptively named arguments
1 2 | DAISIE_sim_core_checked_1_4(sim_time, n_mainland_species, clado_rate,
ext_rate, carr_cap, imm_rate, ana_rate)
|
sim_time |
length of the simulated time |
n_mainland_species |
number of mainland species |
clado_rate |
cladogenesis rate |
ext_rate |
extinction rate |
carr_cap |
carrying capacity |
imm_rate |
immigration rate |
ana_rate |
anagenesis rate |
a list with these elements:
a species-through-time table
branching times
the status of the colonist
1: Non_endemic_MaxAge
(?immigrant is present but has not formed an extant clade)
2: Endemic
(?immigrant is not present but has formed an extant clade)
3: Endemic&Non_Endemic
(?immigrant is present and has formed an extant clade)
4: Non_endemic
(?immigrant is present but has not formed an extant clade, and it is known when it immigrated)
number of missing species
(not always present) ?no idea
Richel J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.