View source: R/create_mainland_comm.R
create_mainland_comm | R Documentation |
Create a static pool of mainland species to draw immigrants from, with the parameters of the associated trait distribution
create_mainland_comm(mainland_nb_species, z_range, mainland_z_sd = 0.2)
mainland_nb_species |
integer, the number of species in the island community. |
z_range |
a range of trait values to sample the mean trait values of each species from. |
mainland_z_sd |
standard deviation of the trait distribution of mainland species |
trait values of individuals will be sampled in a normal distribution,
with the mean of each species sampled in a uniform distribution bounded by
z_range
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.