SD_NDVIAnomaly: Standardised NDVI Anomaly

Description Usage Arguments Value Author(s) Examples

View source: R/SD_NDVIAnomaly.R

Description

Estimate Standardised NDVI Anomaly

Usage

1
SD_NDVIAnomaly(NDVI, YearLength)

Arguments

NDVI

NDVI index raster time series

YearLength

The number of layer represent a complete year

Value

The yearly standardised anomaly for NDVI time series

Author(s)

Klaus W. Wiese Acosta

Examples

1
2
3
4
#Set variables
NDVI <- stack("NDVITimeSeries.tiff")

SD_NDVIAnomaly(NDVI, 46)

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