Realize Target Suitability Using Threshold
Usage
state_target_realise_threshold(simulation_object, threshold)
Arguments
- simulation_object
A SimulationObject containing the target suitability layers.
- threshold
A numeric value specifying the threshold for realization.
Value
A SpatRaster with realized target states as binary values based on the threshold.
Examples
if (FALSE) { # \dontrun{
binary_state <- state_target_realise_threshold(simulation_object, threshold = 0.5)
} # }