View source: R/plot-priors-vs-posts.R
plot_priors_vs_posts | R Documentation |
Make a grid of posterior plots with priors and initial values
plot_priors_vs_posts(
model,
x_range = c("posterior", "prior"),
median_line_color = "darkred",
initial_value_color = "green",
prior_line_color = "black",
facet_title_font_size = axis_title_font_size,
...
)
model |
The model output from Stock Synthesis as loaded by
|
x_range |
A string specifying the method to limit the range of each
x axis in the panels. Typically, all geoms used in the figure dictate the
range. But, with the use of |
median_line_color |
The color to use for the vertical median lines |
initial_value_color |
The color to use for the initial value points |
prior_line_color |
The color to use for the density lines representing the prior distributions |
facet_title_font_size |
The font size to use for the panel titles (the parameter names at the top of each plot) |
... |
Parameters to be passed to |
A ggplot2 object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.