plot_trace | R Documentation |
Create a trace plot for a particular parameter
plot_trace(model, post_regex, color = "blue", alpha = 1)
model |
A model list, created by |
post_regex |
A regular expression that matches one parameter name and nothing else |
color |
The color for the trace lines |
alpha |
The transparency for the trace lines |
A ggplot2::ggplot()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.