sabl
.
sablplot(y, title="")
trend
,
seasonal
and
irregular
,
typically the result of a call to the function
sabl
.
This may optionally contain the component
calendar
.
The decomposed series may be in a component named
transformed
or
y
.
If it is not present, it is computed as the sum of
the
trend
,
seasonal
,
irregular
, and
calendar
(if present) components.
Takes an argument
y
of a decomposition created by
sabl
and produces a
page of 4 or 5 plots: The decomposed series and the components.
Cleveland, W. S. (1985).
The Elements of Graphing Data.
Wadsworth, Monterey, California.
Cleveland, W. S. and Terpenning, I. J. (1982).
Graphical Methods for Seasonal Adjustment.
Journal of the American Statistical Association
77, 52-62.
h <- sabl(hstart) sablplot(h, "Housing Starts")