Skip to contents

This function simulates the detection process in a biodiversity study using a specified function to extract the realised state.

Usage

sim_detect(simulation_object, realised_extract_fun = mean)

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`.

Value

A `SimulationObject` with the detection information added.