convert.mask: Convert mask object

Description Usage Arguments Details Value Examples

Description

Converts an admbsecr mask matrix to a secr mask object.

Usage

1

Arguments

mask

A matrix with two columns. Each row provides Cartesian coordinates for the location of a mask point. The function create.mask will return a suitable object.

Details

The returned object is suitable for use as the mask argument of the function secr.fit.

Value

An object of class mask.

Examples

1
mask <- convert.mask(mask = example$mask)

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