plot_squid | R Documentation |
Make the retrospective recruitment deviations plot (squid plot)
plot_squid(
model,
relative = FALSE,
show_ci = FALSE,
ci_alpha = 0.2,
ci_yrs = NULL,
year_label_font_size = 4,
y_lim = c(NA, NA),
surv_point_type = 17,
reg_point_type = 19
)
model |
Model with retrospectives |
relative |
Logical. If |
show_ci |
Logical. If |
ci_alpha |
The a transparency value for the credible interval ribbon fill |
ci_yrs |
A vector of years to include credible intervals for.
If |
year_label_font_size |
Size of the font for the year labels |
y_lim |
A vector to specify y limits, default is to span what is being
plotted. If |
surv_point_type |
The point shape type for ages in age-1 index years |
reg_point_type |
The point shape type for ages in non-age-1-index years |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.