plot_rembycycle {stlplus}R Documentation

Plot of Remainder Component by Cycle-Subseries

Description

Plots the remainder component by cycle-subseries with a loess line.

Usage

plot_rembycycle(x, col = "darkgray", locol = "black", lolwd = 2,
  xlab = "Time", ylab = "Remainder", ...)

Arguments

x

object of class "stlplus".

col, locol, lolwd, xlab, ylab, ...

parameters to be passed to xyplot(). locol and lolwd are the line color and width for the loess line.

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

stlplus


[Package stlplus version 0.5.1 Index]