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