Plot central model output from a jitter analysis
plot_jitter.RdPlot 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
NULLfor standard layout.
Value
A ggplot object.