plot.gsmvarpred {gmvarkit}R Documentation

plot method for class 'gsmvarpred' objects

Description

plot.gsmvarpred is plot method for gsmvarpred objects.

Usage

## S3 method for class 'gsmvarpred'
plot(x, ..., nt, mix_weights = TRUE, add_grid = TRUE)

Arguments

x

object of class 'gsmvarpred' generated by predict.gsmvar.

...

arguments passed to grid which plots grid to the figure.

nt

a positive integer specifying the number of observations to be plotted along with the prediction (ignored if plot_res==FALSE). Default is round(nrow(data)*0.15).

mix_weights

TRUE if forecasts for mixing weights should be plotted, FALSE in not.

add_grid

should grid be added to the plots?

Details

This method is used plot forecasts of GSMVAR processes

References

@keywords internal


[Package gmvarkit version 2.1.2 Index]