simulate | R Documentation |
Run a range simulation
simulate(
sp,
ls,
n_steps = 100,
randomize = TRUE,
reflect = TRUE,
record = 3,
seed = 1,
...
)
sp |
Species parameter list, following |
ls |
Landscape spatial data list, following |
n_steps |
Number of time steps to simulate (integer). |
randomize |
Should demography and dispersal be randomized (logical)? |
reflect |
Should dispersers bounce off domain boundary (logical)? |
record |
Index of age class to record and return (integer). |
... |
Further arguments passed to |
An array of population values over space and time, for the class specified in record
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.