powered by
Returns seasonally adjusted data constructed by removing the seasonal component.
seasadj(object, ...)# S3 method for stl seasadj(object, ...)# S3 method for mstl seasadj(object, ...)# S3 method for decomposed.ts seasadj(object, ...)# S3 method for tbats seasadj(object, ...)# S3 method for seas seasadj(object, ...)
# S3 method for stl seasadj(object, ...)
# S3 method for mstl seasadj(object, ...)
# S3 method for decomposed.ts seasadj(object, ...)
# S3 method for tbats seasadj(object, ...)
# S3 method for seas seasadj(object, ...)
Univariate time series.
Object created by stats::decompose(), stats::stl() or tbats().
stats::decompose()
stats::stl()
tbats()
Other arguments not currently used.
Rob J Hyndman
stats::stl(), stats::decompose(), tbats().
plot(AirPassengers) lines(seasadj(decompose(AirPassengers, "multiplicative")), col = 4)
Run the code above in your browser using DataLab