plot.stlplus {stlplus} | R Documentation |
Lattice plot of the raw, seasonal, trend, and remainder components
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
## S3 method for class 'stlplus'
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 |
scales , type , as.table , strip , strip.left , between , layout , ... |
parameters to be passed to xyplot. |
Value
object of class "trellis"
.
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
[Package stlplus version 0.5.1 Index]