identify.seas: Manually Identify Outliers

View source: R/identify.R

identify.seasR Documentation

Manually Identify Outliers

Description

Select or deselect outliers by point and click. To quit and return the call, press ESC. Click several times to loop through different outlier types.

Usage

## S3 method for class 'seas'
identify(x, type = c("ao", "tc", "ls"), ...)

Arguments

x

an object of class "seas".

type

character vector, types of outlier to loop through.

...

unused, for compatibility with the generic function.

Value

an object of class "seas", containing the static call of the selected model.

Examples


 m <- seas(AirPassengers)
 identify(m)


christophsax/seasonal documentation built on March 27, 2024, 1:38 a.m.