Learn R Programming

dtwSat (version 0.2.8)

plotTimeSeries: Plotting time series

Description

Method for plotting the temporal patterns.

Usage

plotTimeSeries(x, labels = NULL, attr)

Value

A ggplot object.

Arguments

x

An object of class twdtwTimeSeries, zoo, or list of class zoo.

labels

A vector with labels of the time series. If missing, all elements in the list will be plotted (up to a maximum of 16).

attr

An integer vector or character vector indicating the attribute for plotting. If not declared the function will plot all attributes.

Author

Victor Maus, vwmaus1@gmail.com

References

Maus:2019dtwSat

Maus:2016dtwSat

See Also

twdtwTimeSeries-class and plotPatterns

Examples

Run this code
ts = twdtwTimeSeries(MOD13Q1.ts.list)
plotTimeSeries(ts)
plotTimeSeries(ts, attr="evi")

Run the code above in your browser using DataLab