Description Usage Arguments Details Value Author(s) References See Also
Plots each cycle-subseries of the detrended data (or equivalently, seasonal plus remainder), with the mean subtracted. The fitted seasonal component is plotted as a line through the points.
1 2 | plot.seasonal(x, col = c("black", "red"), lwd = 2, xlab = "Time",
ylab = "Centered Seasonal + Remainder", ...)
|
x |
object of class |
col, lwd, xlab, ylab, ... |
parameters to be passed to |
Helps decide how much of the variation in the data other than the trend should go into the seasonal component, and how much in the remainder.
object of class "trellis".
Ryan Hafen
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.