| print.mask {secr} | R Documentation |
Print the x-y coordinates of points in a mask object
## S3 method for class 'mask': print(x, ...)
x |
mask object |
... |
arguments passed to other functions |
Murray Efford murray.efford@otago.ac.nz
tempmask <- make.mask(make.grid()) print(tempmask)