Simulate Detection Process
sim_detect.Rd
This function simulates the detection process in a biodiversity study using a specified function to extract the realised state.
Arguments
- simulation_object
A `SimulationObject` that contains the state of the environment, target, effort, and other relevant simulation information.
- realised_extract_fun
A function to extract the realised state used in
sim_extract()
. The default is `mean`.