Description Usage Arguments Value Author(s) See Also Examples
Returns seasonally adjusted data constructed by removing the seasonal component.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
object |
Object created by |
... |
Other arguments not currently used. |
Univariate time series.
Rob J Hyndman
1 2 | plot(AirPassengers)
lines(seasadj(decompose(AirPassengers,"multiplicative")),col=4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.