gmGeostats (version 0.11.3)

print.mask: 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 mask
print(x, ...)

Value

the summary of number of nodes inside/outside the mask

Arguments

x

mask to print

...

ignored

See Also

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