Learn R Programming

secr (version 1.5.1)

detector: Detector Type

Description

Extract or replace the detector type.

Usage

detector(object, ...)
detector(object) <- value

Arguments

object
object with `detector' attribute e.g. traps
value
character string for detector type
...
other arguments (not used)

Value

  • character string for detector type

Details

Valid detector types in secr 1.5 are `single', `multi', `proximity', `count', `signal', `polygon', and `transect' (the last two are poorly undocumented in 1.5). The detector type is stored as an attribute of a traps object. Detector types are mostly described by Efford et al. (2009a,b). The `signal' detector type is used for acoustic data as described in the documentation file `secr-sound.pdf' (e.g., RShowDoc(package='secr', 'secr-sound')). See also `secr-overview.pdf'.

References

Efford, M. G., Borchers D. L. and Byrom, A. E. (2009a) Density estimation by spatially explicit capture-recapture: likelihood-based methods. In: D. L. Thomson, E. G. Cooch and M. J. Conroy (eds) Modeling Demographic Processes in Marked Populations. Springer, New York. Pp. 255--269. Efford, M. G., Dawson, D. K. and Borchers, D. L. (2009b) Population density estimated from locations of individuals on a passive detector array. Ecology 90, 2676--2682.

See Also

traps, RShowDoc

Examples

Run this code
## Default detector type is 'multi'
temptrap <- make.grid(nx = 6, ny = 8)
detector(temptrap) <- 'proximity'
summary(temptrap)

Run the code above in your browser using DataLab