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 |
variable |
Index or name of the variable to be plotted. |
xAxisArgs |
Arguments to pass to |
fanPlotArgs |
Additional arguments for the fan.plot function. |
simMetric |
Name of metric to plot its details, provided that simulation details are available. If |
simLineArgs |
Arguments to pass to |
simPointsArgs |
Arguments to pass to |
... |
Additional parameters (unused) |
Value
This function does not return a value.
[Package ldt version 0.5.3 Index]