Learn R Programming

seasonal (version 0.60.0)

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
x <- seas(AirPassengers)
outlier(x)

Run the code above in your browser using DataLab