plot.ldt.varma.prediction | R Documentation |
Plot Predictions from a VARMA model
## S3 method for class 'ldt.varma.prediction'
plot(
x,
variable = 1,
xAxisArgs = list(),
fanPlotArgs = list(),
simMetric = NULL,
simLineArgs = list(),
simPointsArgs = list(),
...
)
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) |
This function does not return a value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.