plot.stl2: Lattice plot of the raw, seasonal, trend, and remainder...

Description Usage Arguments Value Author(s) References See Also

Description

Lattice plot of the raw, seasonal, trend, and remainder components. If post-trend smoothing was done, these components will be plotted instead of the trend component.

Usage

1
2
3
4
## S3 method for class 'stl2'
plot(x, scales = list(y = list(relation = "sliced")), 
   type = "l", as.table = TRUE, strip = FALSE, strip.left = TRUE, 
   between = list(y = 0.5), layout = NULL, ...)

Arguments

x

object of class "stl2".

scales, type, as.table, strip, strip.left, between, layout, ...

parameters to be passed to xyplot.

Value

object of class "trellis".

Author(s)

Ryan Hafen

References

R. B. Cleveland, W. S. Cleveland, J. E. McRae, and I. Terpenning (1990) STL: A Seasonal-Trend Decomposition Procedure Based on Loess. Journal of Official Statistics, 6, 3–73.

See Also

stl2


hafen/stl2 documentation built on May 17, 2019, 2:23 p.m.