plot.gmvarpred
is plot method for gsmvarpred objects.
EXISTS FOR BACKWARD COMPATIBILITY. THE CLASS 'gmvarpred' IS DEPRECATED FROM
THE VERSION 2.0.0 ONWARD: WE USE THE CLASS 'gsmvarpred' NOW.
# S3 method for gmvarpred
plot(x, ..., nt, mix_weights = TRUE, add_grid = TRUE)# S3 method for gmvarpred
print(x, ..., digits = 2)
object of class 'gsmvarpred'
generated by predict.gsmvar
.
arguments passed to grid
which plots grid to the figure.
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)
.
TRUE
if forecasts for mixing weights should be plotted,
FALSE
in not.
should grid be added to the plots?
how many digits to print?
These methods exist so that objects created with earlier versions of the package can be used normally.