Learn R Programming

secr (version 1.3.0)

print.mask: 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

See Also

mask, summary.mask

Examples

Run this code
tempmask <- make.mask(make.grid())
print(tempmask)

Run the code above in your browser using DataLab