Description Usage Arguments Value Author(s) See Also Examples
Returns seasonally adjusted data constructed by removing the seasonal component.
| 1 | seasadj(object)
 | 
| object | Object created by  | 
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.