seasonal (version 1.7.1)

outlier: Outlier Time series

Description

Returns an object of class "ts" that contains the names of the outliers.

Usage

outlier(x, full = FALSE)

Arguments

x

an object of class "seas".

full

logical, should the full label of the outlier be shown? If FALSE, only the type of the outlier is shown.

Value

character string time series with outliers.

Examples

Run this code
# NOT RUN {
x <- seas(AirPassengers)
outlier(x)
# }

Run the code above in your browser using DataCamp Workspace