plot.mfbvar_prior: Plot method for class 'mfbvar_prior'

Description Usage Arguments Details Value Examples

View source: R/interface.R

Description

Method for plotting mfbvar_prior objects.

Usage

1
2
## S3 method for class 'mfbvar_prior'
plot(x, nrow_facet = NULL, ...)

Arguments

x

object of class mfbvar_prior

nrow_facet

number of rows in facet

...

Currently not in use.

Details

The function plots the data. If the prior moments for the steady-state parameters are available in x, these are included.

Value

A ggplot.

Examples

1
2
prior_obj <- set_prior(Y = mf_usa, n_lags = 4, n_reps = 20, n_fcst = 4)
plot(prior_obj)

ankargren/mfbvar documentation built on Feb. 15, 2021, 6:32 a.m.