Learn R Programming

mfbvar (version 0.5.6)

plot.mfbvar_prior: Plot method for class mfbvar_prior

Description

Method for plotting mfbvar_prior objects.

Usage

# S3 method for 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.

Value

A ggplot.

Details

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

Examples

Run this code
# NOT RUN {
prior_obj <- set_prior(Y = mf_usa, n_lags = 4, n_reps = 20, n_fcst = 4)
plot(prior_obj)
# }

Run the code above in your browser using DataLab