fastMask | R Documentation |
terra::mask
is fast)Deprecated. Use maskTo()
.
fastMask(
x,
y,
cores = NULL,
useGDAL = FALSE,
verbose = getOption("reproducible.verbose", 1),
...,
messageSkipDeprecated = FALSE
)
x |
A |
y |
A |
cores |
An |
useGDAL |
Deprecated. Logical or |
verbose |
Numeric, -1 silent (where possible), 0 being very quiet,
1 showing more messaging, 2 being more messaging, etc.
Default is 1. Above 3 will output much more information about the internals of
Caching, which may help diagnose Caching challenges. Can set globally with an
option, e.g., |
... |
Currently unused. |
messageSkipDeprecated |
Logical. If |
A Raster*
object, masked (i.e., smaller extent and/or several pixels converted to NA)
Eliot McIntire
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.