View source: R/raster_overlay.R
raster_overlay | R Documentation |
raster_overlay
raster_overlay(
input_geodata,
rst,
fun = "mean",
progress = TRUE,
unit = NULL,
...,
verbose = getOption("verbose", default = TRUE)
)
input_geodata |
|
fun |
name of summarizing function, like "mean" |
progress |
logical |
unit |
character (optional), like "ug/m^3" |
... |
passed to |
verbose |
logical |
raster_brick |
raster::Raster |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.