plot.stlplus: Lattice plot of the raw, seasonal, trend, and remainder...

Description Usage Arguments Value References See Also

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

1
2
3
4
## 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 "stlplus".

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

stlplus


hafen/stlplus documentation built on May 17, 2019, 2:24 p.m.