An observer is a function that takes a segment and returns observations -- indicators of whether a population unit was detected. An observer is defined by both a detection_funs and a set of fixed arguments for a given detection function.

create_observer(protocol, detectionFUN, detectionARGs = list())

Arguments

detectionFUN

a detection_funs

detectionARGS

a list of arguments passed to detectionFUN