species_int_mat | R Documentation |
Generates density dependent matrix of per capita competition
species_int_mat( species, intra = 1, min_inter = 0, max_inter = 1.5, int_mat, comp_scaler = 0.05, plot = TRUE )
species |
number of species to simulate |
intra |
intraspecific competition coefficient, single value or vector of length species |
min_inter |
min interspecific comp. coefficient |
max_inter |
max interspecific comp. coefficient |
int_mat |
option to supply externally generated competition matrix |
comp_scaler |
value to multiply all competition coefficients by |
plot |
option to show plot of competition coefficients |
species interaction matrix
Patrick L. Thompson, patrick.thompson@zoology.ubc.ca
env_traits(species = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.