sim | R Documentation |
Run a range simulation
sim(
N,
env,
alpha,
beta,
gamma,
fecundity,
nb,
reflect = TRUE,
rand = TRUE,
seed = 1L,
record = 0L,
nsteps = 100L
)
N |
A 3-D array of population numbers for each life stage, over a spatial grid (x, y, class). |
env |
A list of environmental data. Each element list element should be a 3-D array of dimensions (x, y, variable).
The list should have one element for time-invariant environment, or |
alpha, |
|
nb |
Neighborhood matrix; e.g. output from |
rand |
Randomize transitions instead of using matrix multiplication? (Boolean, default = TRUE). |
seed |
Integer to seed random number generator. |
A 3-D array of population numbers for each life stage.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.