Creates a visualization of the detection probability curve.
plot_detection_curve(
curve_data,
add_reference_lines = TRUE,
add_threshold_line = TRUE,
title = NULL,
...
)Invisibly returns the input data.
A data.frame from generate_detection_curve
or with columns: theta, probability.
Logical. Add horizontal reference lines at 0.05, 0.10, 0.80. Default: TRUE
Logical. Add vertical line at hr_threshold. Default: TRUE
Character. Plot title. Default: auto-generated
Additional arguments passed to plot()