Skip to contents

Report Detections Based on Reporting Probability

Usage

report_equal(simulation_object, prob = 1, platform = "None")

Arguments

simulation_object

A SimulationObject containing the detection results.

prob

The reporting probability. Default is 1.

platform

The platform used for reporting. Default is "None".

Value

A data frame containing the reporting results.

Examples

if (FALSE) { # \dontrun{
reports <- report_equal(simulation_object, prob = 0.8, platform = "Online")
} # }