show.capt: Plotting capture histories

View source: R/surveyplots.r

show.captR Documentation

Plotting capture histories

Description

Plots trap locations and capture histories.

Usage

show.capt(capt, traps, mask, session = NULL, ask = TRUE)

Arguments

capt

A list containing capture histories and supplementary data for each detected individual. It is most easily created using create.capt.

traps

A matrix with two columns. Each row provides Cartesian coordinates for the location of a detector. Alternatively, this can be a list of such matrices if detections from multiple detector arrays (or ‘sessions’) are being used to fit a single model.

mask

A matrix with two columns, or a list of such matrices for a multi-session model. Each row provides Cartesian coordinates for the location of a mask point. It is most easily created using create.mask.

session

The session for which to plot capture histories. If NULL, the default, then plots will be shown for all sessions.

ask

If TRUE, the user will be prompted to press return to see the next plot.


b-steve/ascr documentation built on Aug. 15, 2022, 2:38 p.m.