plot.dsge_irf: Plot Impulse-Response Functions

View source: R/plot-methods.R

plot.dsge_irfR Documentation

Plot Impulse-Response Functions

Description

Creates a multi-panel plot of impulse-response functions with optional confidence bands.

Usage

## S3 method for class 'dsge_irf'
plot(x, impulse = NULL, response = NULL, ci = TRUE, ...)

Arguments

x

A dsge_irf object from irf().

impulse

Character vector of impulse variables to plot. If NULL, plots all.

response

Character vector of response variables to plot. If NULL, plots all.

ci

Logical. If TRUE (default), plot confidence bands if available.

...

Additional arguments passed to base plotting functions.

Value

No return value, called for the side effect of producing a multi-panel impulse-response plot on the active graphics device.


dsge documentation built on Sept. 25, 2026, 5:08 p.m.