Trend estimation that uses stats::loess().
ts_trend(x, ...)
| x | ts-boxable time series, an object of class |
|---|---|
| ... | arguments, passed to
|
# \donttest{ ts_plot( `Raw series` = fdeaths, `Loess trend` = ts_trend(fdeaths), title = "Deaths from Lung Diseases", subtitle = "per month" )# }