Description Usage Arguments Value
This simulates a community over a discrete number of years.
1 2 | commSimulate(n, P, X, y = 1, years = 100, init = F, extInit = F,
extThresh = 100, manage = NULL)
|
n |
Initial population sizes. |
P |
List of biotic variables. See |
X |
List of abiotic variables. See |
y |
Current year. |
years |
How many time steps to run the model. |
init |
Is the model being initialized? If TRUE, then Tau is set to 0 (no climate chage). |
extInit |
If |
extThresh |
If |
manage |
A list with a bunch of management options. See |
A list with n
(S
xL
xW
array of final population sizes over space), N
(S
xY
array of population sizes over time), temps
(Y
vector of mean temperature over time)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.