plot_density | R Documentation |
Create a density plot for a particular parameter
plot_density(model, post_regex, fill = "royalblue", alpha = 0.3)
model |
A model object, created by |
post_regex |
A regular expression that matches one parameter name and nothing else |
fill |
The fill color under the density curve |
alpha |
The alpha value for under the density curve |
A ggplot2::ggplot()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.