plot_sr_mcmc: Plot the stock-recruitment relationship for an MCMC ISCAM...

View source: R/plot-sr-mcmc.R

plot_sr_mcmcR Documentation

Plot the stock-recruitment relationship for an MCMC ISCAM model

Description

Plot the stock-recruitment relationship for an MCMC ISCAM model

Usage

plot_sr_mcmc(
  model,
  probs = c(0.025, 0.5, 0.975),
  errorbar_thickness = 0.1,
  plot_sr_curve = FALSE
)

Arguments

model

An iSCAM model object as created in load_iscam_files()

probs

A 3-element vector of probabilities that appear in the output data frames. This is provided in case the data frames have more than three different quantile levels

errorbar_thickness

Line thickness for the errorbars

plot_sr_curve

Logical. If TRUE, plot the stock-recruitment curve over the points


pbs-assess/gfiscamutils documentation built on Oct. 24, 2024, 1:37 p.m.