plot.season {TSSS} | R Documentation |
Plot Trend, Seasonal and AR Components
Description
Plot trend component, seasonal component, AR component and noise returned by
season
.
Usage
## S3 method for class 'season'
plot(x, rdata = NULL, ...)
Arguments
x |
an object of class |
rdata |
original data, if necessary. |
... |
further graphical parameters may also be supplied as arguments. |
[Package TSSS version 1.3.4-5 Index]