getMask {gmGeostats}R Documentation

Get the mask info out of a spatial data object

Description

Retrieve the mask information from an object (if present). See constructMask() for examples.

Usage

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)

Arguments

x

a masked object

Value

The retrieved mask information from x, an object of class "mask"

Methods (by class)

See Also

Other masking functions: constructMask(), print.mask(), setMask(), unmask()


[Package gmGeostats version 0.11.3 Index]