Plot forecast error variance decompositions from an mvgam_fevd object
This function takes an mvgam_fevd
object and produces
a plot of the posterior median contributions to forecast variance for each series
in the fitted Vector Autoregression
Source: R/mvgam_fevd-class.R
plot.mvgam_fevd.Rd
Plot forecast error variance decompositions from an mvgam_fevd object
This function takes an mvgam_fevd
object and produces
a plot of the posterior median contributions to forecast variance for each series
in the fitted Vector Autoregression
Usage
# S3 method for mvgam_fevd
plot(x, ...)
Arguments
- x
list
object of classmvgam_fevd
. Seefevd()
- ...
ignored
Value
A ggplot
object,
which can be further customized using the ggplot2 package