hci_mean | R Documentation |
Wrapper for terra::mean()
. Calculates mean of list of rasters.
hci_mean(
indices,
global = FALSE,
east = NULL,
west = NULL,
geoscale = NULL,
res = reso(),
plt = TRUE,
outdir = tempdir()
)
indices |
List of SpatRasters. This input represents the spatial raster collection for which mean is to be calculated. |
global |
Logical. |
east |
SpatRaster. Collection of risk indices on eastern extent. |
west |
SpatRaster. Collection of risk indices on western extent.
When |
geoscale |
Vector. geographical scale. Default is |
res |
Numeric. Map resolution. This value is used in aggregation and dis-aggregation operation.
Default is |
plt |
|
outdir |
Character. Output directory for saving raster in TIFF format.
Default is |
RiskMap. Contains result in the form of SpatRaster
objects
and file path of the saved maps.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.