View source: R/Auxiliary_and_graphics_functions.R
image_Bliss | R Documentation |
Plot an approximation of the posterior density.
image_Bliss(beta_posterior_density, param = list(), q = 1, to_print = TRUE)
beta_posterior_density |
a list. The result of the function
|
param |
an optional list containing arguments: col_low, col_mid, col_high, ylim, xlab, ylab, title. |
q |
an integer (optional), the index of the functional covariate to plot. |
to_print |
display the plot if TRUE. |
data(data1)
data(param1)
data(res_bliss1)
image_Bliss(res_bliss1$beta_posterior_density,param1,q=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.