normNDVI: compute NDVI value

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Compute NDVI values (between 0 and 1) depending on the coding systems of the maps.

Usage

1
normNDVI(TS, maxNDVI)

Arguments

TS

gross time series extracted

maxNDVI

maximum of the NDVI values (depending on how they are coded). For VGT's dataset maxNDVI=255, for GIMMS's dataset maxNDVI=10000.

Details

\frac{TS}{maxNDVI}

Value

The output of normNDVI is a data-frame with the normalized time series.

Author(s)

Romain Frelat and Bruno Gerard

See Also

TimeSeriesAnalysis

Examples

1
2

ndvits documentation built on May 2, 2019, 4:47 p.m.

Related to normNDVI in ndvits...