| print.capthist {secr} | R Documentation |
Print method for capthist objects.
## S3 method for class 'capthist': print(x, ..., condense = FALSE, sortrows = FALSE)
x |
capthist object |
... |
arguments to pass to print.default |
condense |
logical, if true then use condensed format for 3-D data |
sortrows |
logical, if true then sort output by animal |
The condense option may be used to format data from proximity
detectors in a slightly more readable form. Each row presents the
detections of an individual in a particular trap, and rows with no
detections are dropped.
Invisibly returns a dataframe (condense = TRUE) or array in the format printed.
Murray Efford murray.efford@otago.ac.nz
## simulated detections of simulated default population of 5/ha print(sim.capthist(make.grid(nx=5,ny=3)))