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),
x_lim = c(NA, NA),
surv_point_type = 17,
reg_point_type = 19,
cohorts = NULL,
color_offset = 0
)
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 |
x_lim |
A vector to specify x limits, default is to span what is being plotted. |
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 |
cohorts |
A vector of years so as to plot only those cohorts if available (useful for
talks). If |
color_offset |
A value to offset the colors to compared to the ten retrospective years. This may be used when comparing model where only five retrospective years were run with those that have ten. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.