plot.seasonal: Seasonal Diagnostic Plot for an stl2 Object

Description Usage Arguments Details Value Author(s) References See Also

Description

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.

Usage

1
2
plot.seasonal(x, col = c("black", "red"), lwd = 2, xlab = "Time", 
    ylab = "Centered Seasonal + Remainder", ...)

Arguments

x

object of class "stl2".

col, lwd, xlab, ylab, ...

parameters to be passed to xyplot().

Details

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.

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.