View source: R/plotting_functions.R
plot_known_sim_density | R Documentation |
The input, bayesian_summary, is the result of a call to
summarize_bayesian_inference
. By default, a new plot is made, but
if add = TRUE
the curve is added to the active plot. By default, a
new plot is made, but if add = TRUE the curve is added to the active plot.
plot_known_sim_density(bayesian_summary, add = F, ...)
bayesian_summary |
A list-like object of class
|
add |
Whether to make a new plot or add to the active plot (default: FALSE). |
... |
Additional parameters to pass to plot / lines |
summarize_bayesian_inference()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.