Learn R Programming

secr (version 2.10.3)

plotMaskEdge: Outline Around Mask Cells

Description

Plots the outer edge of a mask.

Usage

plotMaskEdge(mask, add = FALSE, ...)

Arguments

mask
secr habitat mask object
add
logical; if TRUE the line is added to an existing plot
...
other line plotting arguments passed to segments

Value

None

Details

May be slow.

Examples

Run this code

## Not run: 
# plot(possummask)
# plotMaskEdge (possummask, add = TRUE)
# ## End(Not run)

Run the code above in your browser using DataLab