Create a Uniform SpatRaster for Environmental State
Usage
state_env_uniform(simulation_object, value = 1)
Arguments
- simulation_object
A SimulationObject containing the background layer.
- value
The value to fill the raster with. Default is 1.
Value
A SpatRaster representing the uniform environmental state.
Examples
if (FALSE) { # \dontrun{
sim_state <- state_env_uniform(simulation_object, value = 1)
} # }