Usage
esa.plot.secr (object, max.buffer = NULL, max.mask = NULL,
thin = 0.1, poly = NULL, session = 1, plt = TRUE, as.density
= TRUE, add = FALSE, overlay = TRUE, ...)
Arguments
object
secr
object output from secr.fit
max.buffer
maximum width of buffer in metres
thin
proportion of mask points to retain in plot and output
poly
matrix of two columns interpreted as the x and y
coordinates of a bounding polygon (optional)
session
vector of session indices (used if object
spans multiple sessions)
plt
logical to plot results
as.density
logical; if TRUE the y-axis is n / esa
add
logical to add line to an existing plot
overlay
logical; if TRUE then automatically add = TRUE
for plots after the first
...
graphical arguments passed to plot() and lines()