powered by
Returns an object of class "ts" that contains the names of the outliers.
"ts"
outlier(x, full = FALSE)
an object of class "seas".
"seas"
logical, should the full label of the outlier be shown? If FALSE, only the type of the outlier is shown.
FALSE
character string time series with outliers.
# NOT RUN { x <- seas(AirPassengers) outlier(x) # }
Run the code above in your browser using DataLab