landscape_template | R Documentation |
Generate example data structure for spatial data.
landscape_template(
n_row = 10,
n_col = 10,
n_steps = 1,
n_env = 1,
names = c("s", "j", "a")
)
n_row |
Number of rows in spatial grid. |
n_col |
Number of columns in spatial grid. |
n_steps |
Number of time steps for environmental variables. |
n_env |
Number of environmental variables. |
names |
Demographic stage names (character vector). |
A list of demographic and dispersal parameter objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.