print.mask: Print method for mask objects

View source: R/mask.R

print.maskR 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()


gmGeostats documentation built on April 18, 2023, 5:08 p.m.