This function produces a map of variance of CCRI based on input parameters
Arguments
- indices
SpatRaster. Collection of risk indices.
- rast
SpatRaster. Template for variance output
- global
Logical.
TRUE
if global analysis is desired,FALSE
otherwise.east
andwest
are required whenTRUE
.- east
SpatRaster. Collection of risk indices on eastern extent.
- west
SpatRaster. Collection of risk indices on western extent. When
TRUE
,geoscale
is ignored. Default isTRUE
.- geoscale
Vector. geographical scale. Default is
NULL
.- res
Numeric. Map resolution. This value is used in aggregation and dis-aggregation operation. Default is
reso()
.- outdir
Character. Output directory for saving raster in TIFF format. Default is
tempdir()
.