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

traps

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

buffer

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

...

Arguments to be passed to make.mask.

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)

b-steve/admbsecr documentation built on May 11, 2019, 5:20 p.m.