create.mask: Create mask object

Description Usage Arguments Value See Also Examples

Description

Creates a mask object to use with the function admbsecr.

Usage

1
create.mask(traps, buffer, ...)

Arguments

buffer

The minimum distance between trap locations and the edge of the generated mask.

...

Arguments to be passed to make.mask.

traps

A matrix with two columns. Each row provides Cartesian coordinates for the location of a trap (or detector).

Value

An object of class mask.

See Also

convert.mask to convert a mask compatible with the secr package.

Examples

1
mask <- create.mask(traps = example$traps, buffer = 20)

admbsecr documentation built on May 2, 2019, 5:21 p.m.