risk_indices | R Documentation |
Get risk indices from GeoRasters object.
risk_indices(ri)
ri |
GeoRasters object |
This function will unpack SpatRasters from GeoModel and thus is future::future()
safe.
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()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.