plot_standard_error: Plot Standard Error of the Spawning Stock Biomass between the...

View source: R/plot_standard_error.R

plot_standard_errorR Documentation

Plot Standard Error of the Spawning Stock Biomass between the Operating model and the Estimation model

Description

Plot Standard Error of the Spawning Stock Biomass between the Operating model and the Estimation model

Usage

plot_standard_error(
  ps = NULL,
  ci = c(0.05, 0.95),
  yr_lim = c(NA_real_, NA_real_),
  ...
)

Arguments

ps

A plot setup object as output by setup_mse_plot_objects()

ci

A vector of length two of the lower and upper credible interval values. These values will be passed to stats::quantile()

yr_lim

A vector of 2 for minimum and maximum yrs to show on the plot. If either are NA, the limits of the data are used

...

Extra arguments to be passed to color_facet_backgrounds()

Value

A ggplot2::ggplot() object


pacific-hake/pacifichakemse documentation built on June 11, 2024, 4:07 a.m.