Description Usage Arguments Details Value Author(s) Examples
Decompose a time series into seasonal, trend, and irregular components using loess.
1 2  | 
x | 
  an   | 
... | 
  additional arguments to be passed to the   | 
Currently little more than thin wrappers to stats::stl for xts objects. Will receive increased functionality going forward. See documentation of those functions for more information about the calculation mechanisms.
A stl object with the residuals and fitted values coerced back to xts objects.
Michael Weylandt
1 2  |   # Hopefully we don't break this
  example("stl","stats")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.