Description Usage Arguments Value Author(s) Examples
Run DAISIE IW simulations
1 | run_iw_sims(sim_pars, n_mainland_spec)
|
sim_pars |
Numeric vector with DAISIE simulation parameters, as used by
|
n_mainland_spec |
Positive integer with total number of species in the mainland pool, which can colonize the island. |
DAISIE object containing IW simulations.
Pedro Neves
1 2 3 4 | out <- phylometricsims:::run_iw_sims(
sim_pars = c(1, 1, 2, 3, 4, 5, 5),
n_mainland_spec = 1000
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.