powered by
mfbvar_prior
Method for plotting mfbvar_prior objects.
# S3 method for mfbvar_prior plot(x, nrow_facet = NULL, ...)
object of class mfbvar_prior
number of rows in facet
Currently not in use.
A ggplot.
ggplot
The function plots the data. If the prior moments for the steady-state parameters are available in x, these are included.
x
# 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