IRF grid plot
Plot a IRF grid object
plotIRFGrid(irf, eb, indexes, type, bands)
irf
: the irf object computed using impulseResponseeb
: the error bands estimated using errorBandsindexes
: a vector containing the indices that you want to plottype
: plot the irf (type = "irf"
by default) or the orthogonal irf (type = "oirf"
)bands
: which type of bands to plot ("quantiles" (default) or "sd")An image
plot relative to the impulse response function.