Plot a SimulationObject
plot-SimulationObject-ANY-method.Rd
This method plots the different components of a `SimulationObject`, including the environmental state, target suitability, realised target state, effort, detection events, and reporting events.
Usage
# S4 method for class 'SimulationObject,ANY'
plot(x)
Examples
if (FALSE) { # \dontrun{
background <- terra::rast(matrix(0, 500, 500))
sim_obj <- SimulationObject(background)
plot(sim_obj)
} # }