plot_catch_quota: Plot Catch/Quota by scenario

View source: R/plot_catch_quota.R

plot_catch_quotaR Documentation

Plot Catch/Quota by scenario

Description

Plot Catch/Quota by scenario

Usage

plot_catch_quota(
  ps = NULL,
  ci = c(0.05, 0.95),
  yr_lim = c(NA_real_, NA_real_),
  y_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.

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

y_lim

A vector of 2 for minimum and maximum y axis values

Value

A ggplot2::ggplot() object


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