seasadj | R Documentation |
Returns seasonally adjusted data constructed by removing the seasonal component.
seasadj(object, ...)
## S3 method for class 'stl'
seasadj(object, ...)
## S3 method for class 'mstl'
seasadj(object, ...)
## S3 method for class 'decomposed.ts'
seasadj(object, ...)
## S3 method for class 'tbats'
seasadj(object, ...)
## S3 method for class 'seas'
seasadj(object, ...)
object |
Object created by |
... |
Other arguments not currently used. |
Univariate time series.
Rob J Hyndman
stl
, decompose
,
tbats
.
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.