print.mask {gmGeostats}R Documentation

Print method for mask objects

Description

Print method for mask objects. See constructMask() for examples. If you want to see the whole content of the mask, then use unclass(...)

Usage

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

Arguments

x

mask to print

...

ignored

Value

the summary of number of nodes inside/outside the mask

See Also

Other masking functions: constructMask(), getMask(), setMask(), unmask()


[Package gmGeostats version 0.11.3 Index]