Obtain estimated components, such as the estimated trend, the seasonally adjusted series, and so on from an estimation object.
trend(object, ...)deseasonalize(object, ...)
detrend(object, ...)
These generics do not return anything and are just the basis for more sophisticated methods.
the estimation object.
currently without use; included for future compatibility.
Generics that can be extended by methods to obtain (estimated) time series components from certain estimation objects.