Description Usage Arguments Value Examples
View source: R/simulateParam.R
Simulate intrinsic growth rate of species in the community, and their interaction intensity. Interaction intensity are mostly negative to reflect the competitive nature in the community, and values are drawn from a uniform distribution.
1 |
N |
Number of members in the community. |
A list of parameters for community simulation. N
is the input.
alpha
is the intrinsic growth rate. c0[i,j]
is the pairwise
interaction intensity from species j
to species i
. ck
is
a list of length N
, each matrix k
being the higher order
impact from species j onto the pairwise interaction of i
and k
,
felt by k
.
1 2 | re <- simulateParam(5)
alpha <- re$alpha
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.