TrendPoly: Trend estimation based on a 4th order polynomial

Description Usage Arguments Value Author(s) See Also Examples

Description

The function computes a trend based on a 4th order polynomial function.

Usage

1

Arguments

Yt

univariate time series of class ts

...

additional arguments (currently not used)

Value

The function returns a list of class "Trend".

Author(s)

Matthias Forkel <matthias.forkel@tu-dresden.de> [aut, cre]

See Also

stl

Examples

1
2
3
4
# calculate trend on mean annual NDVI values
trd <- TrendPoly(ndvi)
trd
plot(trd)

greenbrown documentation built on Dec. 18, 2020, 3:02 p.m.