Skip to contents

Detect Presence/Absence Based on Equal Probability

Usage

detect_equal(simulation_object, prob = 1)

Arguments

simulation_object

A SimulationObject containing the realized target states and sampling effort points.

prob

The detection probability. Default is 1.

Value

A data frame containing the detection results.

Examples

if (FALSE) { # \dontrun{
detections <- detect_equal(simulation_object, prob = 0.8)
} # }