View source: R/default_params_doc.R
default_params_doc | R Documentation |
This function does nothing. It is intended to inherit is parameters' documentation.
default_params_doc( comm, trait_ind, traits_comm, island_comm, mainland_comm, mainland_nb_species, mainland_z_sd, competition_sd, trait_opt, carrying_cap_opt, carrying_cap_sd, growth_rate, mutation_sd, trait_dist_sp, nb_gens, fitness_func, comrad_tbl )
comm |
a tibble with one row per individual in the community and three columns:
|
trait_ind |
numeric. Trait value |
traits_comm |
numeric vector of variable length, the trait values of every individual in the community. |
island_comm |
a tibble with one row per individual in the community and three columns:
|
mainland_comm |
a tibble defining what species exist in the mainland and their trait distribution. One row per species, three columns:
|
mainland_nb_species |
integer, the number of species in the island community. |
mainland_z_sd |
standard deviation of the trait distribution of mainland species |
competition_sd |
numeric |
trait_opt |
numeric. The optimal trait value, z_{opt}.
|
carrying_cap_opt |
numeric, value of the carrying capacity at
|
carrying_cap_sd |
numeric |
growth_rate |
numeric |
mutation_sd |
numeric |
trait_dist_sp |
numeric, the minimal trait distance between two clusters of individuals triggering speciation. |
nb_gens |
integer, how many generations should the simulation be run for? |
fitness_func, |
the name of the function used to compute fitness. |
comrad_tbl |
a tibble containing the output of a |
Theo Pannetier, based on skeleton stolen from Richel J.C. Bilderbeek.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.