Description Usage Arguments Value
Run the simulation. Currently, it runs all time steps, but for the economic model, the structure will need to be slightly adjusted to run a single time step. The initialization is separated from this function for that reason.
1 2 | run_sim_lambda(ngrid, ncell, g.p, lambda, lc.df, sdd.pr, N.init,
method = "wt.mn", verbose = F)
|
ngrid |
Number of grid cells in entire map |
ncell |
Number of inbound grid cells |
g.p |
Named list of global parameters set with |
lambda |
Vector of length |
lc.df |
Dataframe or tibble with xy coords, land cover proportions, and cell id info |
sdd.pr |
Array with sdd probabilities and neighborhoods created by
|
N.init |
Matrix or array with initial population sizes created by
|
method |
|
verbose |
|
Matrix N of abundances for each cell and time step and vector lambda.E of predicted lambda value for each cell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.