Skip to contents

Create a Uniform Suitability SpatRaster for Target State

Usage

state_target_suitability_uniform(simulation_object, value = 0.5, n_targets = 1)

Arguments

simulation_object

A SimulationObject containing the background layer.

value

The value to fill the raster with. Default is 0.5.

n_targets

The number of target layers. Default is 1.

Value

A SpatRaster representing the uniform suitability for target state.

Examples

if (FALSE) { # \dontrun{
sim_state <- state_target_suitability_uniform(simulation_object, value = 0.5, n_targets = 2)
} # }