| plot.dsge_irf | R Documentation |
Creates a multi-panel plot of impulse-response functions with optional confidence bands.
## S3 method for class 'dsge_irf'
plot(x, impulse = NULL, response = NULL, ci = TRUE, ...)
x |
A |
impulse |
Character vector of impulse variables to plot.
If |
response |
Character vector of response variables to plot.
If |
ci |
Logical. If |
... |
Additional arguments passed to base plotting functions. |
No return value, called for the side effect of producing a multi-panel impulse-response plot on the active graphics device.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.