plot.stlplus {stlplus} | R Documentation |
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.
## 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, ...)
x |
object of class |
scales , type , as.table , strip , strip.left , between , layout , ... |
parameters to be passed to xyplot. |
object of class "trellis"
.
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.