autoplot.SA: Plot 'RJDemetra' model

View source: R/autoplot.R

autoplot.SAR Documentation

Plot 'RJDemetra' model

Description

Plot 'RJDemetra' model

Usage

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

Arguments

object

a "SA" or "jSA" 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 = RJDemetra::jx13(ipi_c_eu[,"FR"])
ggplot2::autoplot(x)

AQLT/ggdemetra documentation built on March 26, 2024, 7:17 a.m.