plot.dsge_occbin: Plot OccBin Simulation Results

View source: R/occbin.R

plot.dsge_occbinR Documentation

Plot OccBin Simulation Results

Description

Plot OccBin Simulation Results

Usage

## S3 method for class 'dsge_occbin'
plot(x, vars = NULL, compare = TRUE, shade = TRUE, max_panels = 9L, ...)

Arguments

x

A dsge_occbin object.

vars

Character vector of variable names to plot. Default: constrained variables plus a few others.

compare

Logical. If TRUE (default), overlay the unconstrained path for comparison.

shade

Logical. If TRUE (default), shade periods where constraints bind.

max_panels

Integer. Maximum panels per page. Default 9.

...

Additional arguments (unused).

Value

No return value, called for the side effect of producing OccBin simulation plots on the active graphics device. Constrained and unconstrained paths are shown, with shaded regions where constraints bind.


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