plot.gmvarpred {gmvarkit} | R Documentation |
plot method for class 'gmvarpred' objects
Description
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.
Usage
## S3 method for class 'gmvarpred'
plot(x, ..., nt, mix_weights = TRUE, add_grid = TRUE)
## S3 method for class 'gmvarpred'
print(x, ..., digits = 2)
Arguments
x |
object of class |
... |
arguments passed to |
nt |
a positive integer specifying the number of observations to be plotted
along with the prediction (ignored if |
mix_weights |
|
add_grid |
should grid be added to the plots? |
digits |
how many digits to print? |
Details
These methods exist so that objects created with earlier versions of the package can be used normally.
[Package gmvarkit version 2.1.2 Index]