| print.mask | R Documentation |
Print method for mask objects. See constructMask() for examples.
If you want to see the whole content of the mask, then use unclass(...)
## S3 method for class 'mask'
print(x, ...)
x |
mask to print |
... |
ignored |
the summary of number of nodes inside/outside the mask
Other masking functions:
constructMask(),
getMask(),
setMask(),
unmask()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.