Learn R Programming

seasonal (version 0.40.0)

outlier: Outlier Time series

Description

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

Usage

outlier(x)

Arguments

x
an object of class "seas".

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