Learn R Programming

seasonal (version 0.20.2)

inspect: Inspection Function for Seasonal Adjustment (RStudio only)

Description

Inspect the seasonal adjustment of a time series. inspect uses the manipulate package from RStudio and can not be used without it.

Usage

inspect(x, ...)

Arguments

x
an object of class "ts"
...
additional spec/arguments options

Examples

Run this code
inspect(AirPassengers)

# pass arbitrary spec/arguments to inspect:
inspect(AirPassengers, estimate.maxiter = 1000)

Run the code above in your browser using DataLab