Description Usage Arguments Value Author(s) References Examples
Estimate Ecological Resilience and Resistence using NDVI, Temperature and SPEI Anomalies
1 | Resilience(NANOprev, TANO, SPEI, NANO)
|
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 |
Resilience and Resistence to Temperature and Drought Index
Klaus W. Wiese Acosta
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.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.