plot.x12work: Plot method for objects of class x12work

View source: R/plotFunctions.R

plot.x12workR Documentation

Plot method for objects of class x12work

Description

Plot method for objects of class "x12work".

Usage

## S3 method for class 'x12work'
plot(x,plots=c(1:9), ...)

Arguments

x

an object of class "x12work".

plots

a vector containing numbers between 1 and 9.

...

further arguments (currently ignored).

Details

Plots:
1: Original
2: Original Trend Adjusted
3: Log Original
4: Seasonal Factors
5: Seasonal Factors with SI Ratios
6: Spectrum Adjusted Original
7: Spectrum Seasonal Adjusted
8: Spectrum Irregular
9: Spectrum Residulas

Author(s)

Alexander Kowarik

See Also

x12work

Examples

  data(AirPassengersX12)
  #plot(AirPassengersX12)

statistikat/x12 documentation built on May 21, 2022, 8:01 a.m.