powered by
Returns an object of class "ts" that contains the names of the outliers.
"ts"
outlier(x, full = FALSE)
character string time series with outliers.
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
# \donttest{ x <- seas(AirPassengers) outlier(x) # }
Run the code above in your browser using DataLab