NDVIAnomaly: NDVI Anomaly

Description Usage Arguments Value Author(s) Examples

View source: R/NDVIAnomaly.R

Description

Estimate NDVI anomaly

Usage

1
NDVIAnomaly(NDVI, YearLength)

Arguments

NDVI

NDVI index raster time series

YearLength

The number of layer represent a complete year

Value

The yearly anomaly for NDVI time series

Author(s)

Klaus W. Wiese Acosta

Examples

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

NDVIanomaly(NDVI, 46)

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