plot.ldt.varma.prediction {ldt}R Documentation

Plot Predictions from a VARMA model

Description

Plot Predictions from a VARMA model

Usage

## S3 method for class 'ldt.varma.prediction'
plot(
  x,
  variable = 1,
  xAxisArgs = list(),
  fanPlotArgs = list(),
  simMetric = NULL,
  simLineArgs = list(),
  simPointsArgs = list(),
  ...
)

Arguments

x

An object of class ldt.varma.prediction, which is the output of predict.ldt.estim.varma function.

variable

Index or name of the variable to be plotted.

xAxisArgs

Arguments to pass to axis function

fanPlotArgs

Additional arguments for the fan.plot function. lambda is added automatically.

simMetric

Name of metric to plot its details, provided that simulation details are available. If NULL, simulation details are not plotted.

simLineArgs

Arguments to pass to line function for simulation lines (if available).

simPointsArgs

Arguments to pass to points function for simulation points (if available).

...

Additional parameters (unused)

Value

This function does not return a value.


[Package ldt version 0.5.2 Index]