Learn R Programming

seasonal (version 1.10.0)

outlier: Outlier Time series

Description

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

Usage

outlier(x, full = FALSE)

Value

character string time series with outliers.

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.

Examples

Run this code
# \donttest{
x <- seas(AirPassengers)
outlier(x)
# }

Run the code above in your browser using DataLab