View source: R/plot-selex-uncertainty.R
plot_selex_uncertainty | R Documentation |
Create a plot of time-varying selectivity panels
plot_selex_uncertainty(
model,
yr_lim = c(1990, last_data_yr),
ages = 1:8,
n_col = 1,
rev = FALSE,
point_size = 1,
point_fatten = 2,
border_width = 2,
border_color = "black",
border_linetype = "solid",
show_panel_borders = FALSE,
label_loc = c(1, 0.75),
label_font_size = 4,
pad_top = TRUE,
pad_bottom = TRUE
)
model |
A model list, as created by |
yr_lim |
A vector of two values representing the minimum and maximum years to plot panels for |
ages |
A vector of ages to include |
n_col |
The number of columns to hold panels |
rev |
Logical. If |
point_size |
The point size |
point_fatten |
The fatness of the point. Needed when using
|
border_width |
Thickness of the border line. If |
border_color |
Color of the column borders |
border_linetype |
Line type of the column borders |
show_panel_borders |
Logical. If |
label_loc |
A vector of two (x, y) describing the label location inside the panels |
label_font_size |
The labels font size |
pad_top |
Add blank cells across the top as "padding" |
pad_bottom |
Add blank cells across the bottom as "padding" |
The panels show the medians and the credible interval as
calculated in load_extra_mcmc()
.
A ggplot2::ggplot()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.