gmGeostats (version 0.10-6)

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, ...)

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()