## S3 method for class 'traps':
plot(x, border = 100, label = FALSE, offset = c(6,6), add = FALSE,
hidetr = FALSE, detpar = list(), txtpar = list(), bg = "white",
gridlines = TRUE, gridspace = 100, gridcol = "grey",
markused = FALSE, markvarying = FALSE, labelclusters = FALSE, ...)traps objectpar)par)eqscplotoffset may also be a scalar value for equal displacement on the x
and y axes. The hidetr option is most likely to be used when
plot.traps is called by plot.capthist. See par and
colours for more information on setting graphical
parameters. The initial values of graphical parameters are restored on
exit.
Axes are not labeled. Use axis and mtext if
necessary.
labelclusters requires x to have attributes `clusterID' and
`clustertrap'.plot, traps,
clusterIDtemptrap <- make.grid()
plot (temptrap, detpar = list(pch = 16, col = "blue"),
label = TRUE, offset = 7)Run the code above in your browser using DataLab