Resilience: Ecological Resilience and Resistence

Description Usage Arguments Value Author(s) References Examples

View source: R/Resilience.R

Description

Estimate Ecological Resilience and Resistence using NDVI, Temperature and SPEI Anomalies

Usage

1
Resilience(NANOprev, TANO, SPEI, NANO)

Arguments

NANOprev

NDVI_(t - 1) anomaly raster stack time series

TANO

Temperature anomaly raster stack time series

SPEI

The Standardised Precipitation-Evapotranspiration Index raster stack time series

NANO

NDVI_(t) anomaly raster stack time series

Value

Resilience and Resistence to Temperature and Drought Index

Author(s)

Klaus W. Wiese Acosta

References

De Keersmaecker, W., Lhermitte, S., Tits, L. et al.(2015). A model quantifying global vegetation resistance and resilience to short-term climate anomalies and their relationship with vegetation cover. Global Ecology and Biogeography. 24. 539–548.

Examples

1
2
3
4
5
6
7
#Set variables
NANOprev <- stack("NANOprev.tiff")
NANO <- stack("NANO.tiff")
TANO <- stack("TANO.tiff")
SPEI <- stack("SPEI.tiff")

Resilience(NANOprev = NANOprev, TANO = TANO, SPEI = SPEI, NANO = NANO)

klauswiese/Forward documentation built on Aug. 5, 2021, 9:48 p.m.