raster_sum | R Documentation |
raster_sum
raster_sum__
raster_sum(
layer_list,
weights = NULL,
na.rm = TRUE,
...,
progress = TRUE,
cache = TRUE,
chunk_size = 100,
verbose = FALSE
)
raster_sum__(
layer_list,
weights = NULL,
progress = NULL,
chunk_size = 30,
na.rm = TRUE,
...,
cache = TRUE,
cache_dir = here::here("Cache", "raster_sum__"),
verbose = FALSE
)
layer_list |
list of something that can be passed to |
weights |
(optional) numeric, of same length as |
na.rm |
(logical) |
... |
options for writing files, as in |
raster_sum__()
: uncached variant
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.