Plot 'rjdemetra3' model

# S3 method for class 'JD3_X13_OUTPUT'
autoplot(
  object,
  components = c("y", "sa", trend = "t", seasonal = "s", irregular = "i"),
  forecast = FALSE,
  ...
)

Arguments

object

a seasonal adjustment model.

components

components to print, can be "y" (input time series), "sa" (seasonal adjusted), "t" (trend-cycle), "y_cal" (calendar adjusted), "s" (seasonal), "i" (irregular), "cal" (calendar). The vector can be named to change the label.

forecast

boolean indicating if the forecast series should be printed.

...

unused arguments.

Examples

x = rjd3x13::x13(ipi_c_eu[,"FR"])
ggplot2::autoplot(x)