powered by
Plots the outer edge of a mask.
plotMaskEdge(mask, plt = TRUE, add = FALSE, ...)
A numeric matrix of 4 columns is returned invisibly. The columns may be used as arguments x0, y0, x1, y1 in a call to segments().
secr habitat mask object
logical; if TRUE the edge is plotted
logical; if TRUE the line is added to an existing plot
other line plotting arguments passed to segments
segments
May be slow.
gridCells
if (FALSE) { plot(possummask) plotMaskEdge (possummask, add = TRUE) }
Run the code above in your browser using DataLab