SD_NDVI_MAnomaly: Standardised NDVI Monthly Anomaly

Description Usage Arguments Value Author(s) Examples

View source: R/SD_NDVI_MAnomaly.R

Description

Estimate Standardised NDVI Monthly Anomaly

Usage

1
SD_NDVI_MAnomaly(NDVI, YearLength, ini, fin)

Arguments

NDVI

NDVI index raster time series

YearLength

The number of layer represent a complete year

ini

First year of time series

fin

Last year of time series

Value

The yearly standardised monthly anomaly for NDVI time series

Author(s)

Klaus W. Wiese Acosta

Examples

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

SD_NDVI_MAnomaly(NDVI, 12, 2001, 2006)

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