hci_mean {geohabnet} | R Documentation |
Calculate mean of habitat connectivity in a region
Description
Wrapper for terra::mean()
. Calculates mean of list of rasters for habitat connectivity.
Usage
hci_mean(
indices,
global = FALSE,
east = NULL,
west = NULL,
geoscale = NULL,
res = reso(),
plt = TRUE,
outdir = tempdir()
)
Arguments
indices |
List of SpatRasters indicating the habitat connectivity of a region. This input represents the spatial raster collection for which mean is to be calculated. |
global |
Logical. Select |
east |
SpatRaster. Collection of risk indices on eastern extent. |
west |
SpatRaster. Collection of risk indices on western extent.
When |
geoscale |
Vector. This refers to the geographical extent for the habitat connectivity analysis when |
res |
Numeric. This parameter refers to the spatial aggregation factor. This value is the number of cells that are grouped when aggregating a raster layer from fine to coarse spatial resolution to reduce computational costs. Setting this parameter to 1 would not aggregate the raster layers.
Default is |
plt |
|
outdir |
Character. Output directory for saving raster in TIFF format.
Default is |
Value
RiskMap. Contains result in the form of SpatRaster
objects
and file path of the saved maps.