Last chance! 50% off unlimited learning
Sale ends in
Print method for capthist
objects.
# S3 method for capthist
print(x, ..., condense = FALSE, sortrows = FALSE)
capthist
object
arguments to pass to print.default
logical, if true then use condensed format for 3-D data
logical, if true then sort output by animal
Invisibly returns a dataframe (condense = TRUE) or array in the format printed.
The condense
option may be used to format data from proximity
detectors in a slightly more readable form. Each row then presents the
detections of an individual in a particular trap, dropping rows (traps)
at which the particular animal was not detected.
# NOT RUN {
## simulated detections of simulated default population of 5/ha
print(sim.capthist(make.grid(nx=5,ny=3)))
# }
Run the code above in your browser using DataLab