SLPSAs_full: Gross NDVI time series extracted from Spot Vegetation data.

Description Usage Format Source Examples

Description

Gross NDVI time series extracted from Spot Vegetation data. The sites of interest are the South Asian study sites of CGIAR Systemwide Livestock Programme.
A kml file containing the location of the sites can be found at the following path :
print(system.file("extdata/shape/SLP-SAs.kml",package="ndvits"))

Usage

1

Format

SLPSAs_full is a list containing the 4 following objects :

Source

Spot Vegetation data comes from : http://free.vgt.vito.be/

Examples

1
2
3
4
5
6
7
data(SLPSAs_full)

ts = normNDVI(SLPSAs_full$full, SLPSAs_full$maxNDVI)

signal=STLperArea(ts, area = SLPSAs_full$full$name,
    Ystart = SLPSAs_full$Ystart, period = SLPSAs_full$period, 
    SGfilter=FALSE)

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

Related to SLPSAs_full in ndvits...