OverlayTS: Overlay time series

Description Usage Arguments Value Author(s) See Also Examples

Description

Make one graph with all time series overlayed.

Usage

1
OverlayTS(TS, Ystart, period = 36, title = "NDVI Time Series", outfile = FALSE)

Arguments

TS

matrix of time serie containing multiple NDVI time series.

Ystart

start year of the time series.

period

number of observations per year (for vito: period=36, for gimms: period=24).

title

title of the graphs. By default, title="NDVI time series".

outfile

file where to save the graph. If FALSE (value by default), plot are shown in R.

Value

This function makes a graph and returns nothing.

Author(s)

Romain Frelat and Bruno Gerard

See Also

PlotTS

Examples

1
2
3
4
5
6
#loading the data
data(SLPSAs_ts)

#OverlayTS
OverlayTS(SLPSAs_ts$ts, Ystart=SLPSAs_ts$Ystart, 
    period=SLPSAs_ts$period)

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

Related to OverlayTS in ndvits...