View source: R/plotting_functions.R
make_blank_density_plot | R Documentation |
The input, bayesian_summary, is the result of a call to
summarize_bayesian_inference
. Prepare a blank plot for adding density
information, e.g. by calling plot_50_percent_quantile
and
add_shaded_quantiles
. If the axis labels and limits are not specified,
sensible defaults are used.
make_blank_density_plot(
bayesian_summary,
xlim = NA,
ylim = NA,
xlab = "Calendar Date [AD]",
ylab = "Density",
...
)
bayesian_summary |
A list-like object of class
|
xlim |
Numeric vector of length 2, giving the x coordinate range. |
ylim |
Numeric vector of length 2, giving the y coordinate range. |
xlab |
x-axis label. |
ylab |
y-axis label. |
... |
Additional parameters to pass to plot. |
summarize_bayesian_inference()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.