TrendSTL {greenbrown} | R Documentation |
The function computes a non-linear trend based on stl
.
TrendSTL(Yt, ...)
Yt |
univariate time series of class |
... |
additional arguments (currently not used) |
The function returns a list of class "Trend".
Matthias Forkel <matthias.forkel@geo.tuwien.ac.at> [aut, cre]
# load a time series of NDVI (normalized difference vegetation index) data(ndvi) plot(ndvi) # calculate trend on mean annual NDVI values trd <- TrendSTL(ndvi) trd plot(trd)