| getMask | R Documentation |
Retrieve the mask information from an object (if present). See constructMask()
for examples.
getMask(x)
## Default S3 method:
getMask(x)
## S3 method for class 'SpatialPixelsDataFrame'
getMask(x)
## S3 method for class 'SpatialPixels'
getMask(x)
## S3 method for class 'SpatialPointsDataFrame'
getMask(x)
x |
a masked object |
The retrieved mask information from x, an object of class "mask"
default: Get the mask info out of a spatial data object
SpatialPixelsDataFrame: Get the mask info out of a SpatialPixelsDataFrame data object
SpatialPixels: Get the mask info out of a SpatialPixels object
SpatialPointsDataFrame: Get the mask info out of a SpatialPointsDataFrame data object
Other masking functions:
constructMask(),
print.mask(),
setMask(),
unmask()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.