Plot central model output from a jitter analysis
plot_jitter.Rd
Plot central model output from a jitter analysis
Usage
plot_jitter(
jitter_fit,
vars = c("nll.summary", "total.biomass", "hr", "recruitment"),
base_size = 8,
ncol = NULL
)
Arguments
- jitter_fit
- vars
Character vector giving the variables to plot. Only the default parameters are currently implemented.
- base_size
Base size parameter for ggplot. See ggtheme.
- ncol
Number of columns to be used in the plot. Set to
NULL
for standard layout.
Value
A ggplot object.