landscape_template: Generate example data structure for spatial data.

View source: R/functions.R

landscape_templateR Documentation

Generate example data structure for spatial data.

Description

Generate example data structure for spatial data.

Usage

landscape_template(
  n_row = 10,
  n_col = 10,
  n_steps = 1,
  n_env = 1,
  names = c("s", "j", "a")
)

Arguments

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).

Value

A list of demographic and dispersal parameter objects.


matthewkling/stranger documentation built on Feb. 25, 2024, 2:31 p.m.