risk_indices: Get risk indices

View source: R/hci_helper.R

risk_indicesR Documentation

Get risk indices

Description

Get risk indices from GeoRasters object.

Usage

risk_indices(ri)

Arguments

ri

GeoRasters object

Details

This function will unpack SpatRasters from GeoModel and thus is future::future() safe.

Value

List of risk indices. If the ri is global, the list will contain two elements, one for each hemisphere. e.g. list(east = list(), west = list()). If the ri is not global, the list will contain a single element, e.g. list().


geohabnet documentation built on June 27, 2024, 5:11 p.m.