stlmethods {ts} | R Documentation |
Methods for objects of class stl
, typically the result of
stl
. The plot
method does a multiple figure plot
with some flexibility.
## S3 method for class 'stl'
plot(x, labels = colnames(X),
set.pars = list(mar = c(0, 6, 0, 6), oma = c(6, 0, 4, 0),
tck = -0.01, mfrow = c(nplot, 1)),
main = NULL, range.bars = TRUE, ...)
## S3 method for class 'stl'
print(x, ...)
## S3 method for class 'stl'
summary(object, digits = getOption("digits"), ...)
x , object |
|
labels |
character of length 4 giving the names of the component time-series. |
set.pars |
settings for |
main |
plot main title. |
range.bars |
logical indicating if each plot should have a bar at its right side which are of equal heights in user coordinates. |
digits |
significant figures used in printing. |
... |
further arguments passed to or from other methods. |
plot.ts
and stl
, particularly for
examples.