plot.dsge_smoothed: Plot Smoothed States

View source: R/smoother.R

plot.dsge_smoothedR Documentation

Plot Smoothed States

Description

Plot Smoothed States

Usage

## S3 method for class 'dsge_smoothed'
plot(x, which = NULL, type = c("states", "fit"), ...)

Arguments

x

A dsge_smoothed object.

which

Which states to plot. Integer vector, character vector of state names, or NULL (all states).

type

Either "states" or "fit". "states" plots the smoothed state variables; "fit" plots the smoothed observables against data.

...

Additional arguments passed to plot().

Value

No return value, called for the side effect of producing smoothed state or fit plots on the active graphics device.


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