print.mask {secr}R Documentation

Print Habitat Mask

Description

Print the x-y coordinates of points in a mask object

Usage

## S3 method for class 'mask':
print(x, ...)

Arguments

x mask object
... arguments passed to other functions

Author(s)

Murray Efford murray.efford@otago.ac.nz

See Also

mask, summary.mask

Examples

tempmask <- make.mask(make.grid())
print(tempmask)

[Package secr version 1.2.11 Index]