merge_run_data: Merge the run data into individual data frames for easy...

View source: R/merge_run_data.R

merge_run_dataR Documentation

Merge the run data into individual data frames for easy processing

Description

Merge the run data into individual data frames for easy processing

Usage

merge_run_data(
  sim_data = NULL,
  short_term_yrs = NULL,
  long_term_yrs = NULL,
  quants = c(0.025, 0.05, 0.1, 0.25, 0.5, 0.75, 0.9, 0.95, 0.975),
  catch_multiplier = 1e-06,
  ...
)

Arguments

sim_data

simulated data from the OM

short_term_yrs

Years included in short term plots

long_term_yrs

Years greater than this will be in long term plots

quants

Quantiles to calculate for plotting output data.frames

catch_multiplier

Value to multiply all catch calculations by

...

Absorbs extra parameters

Value

List of many outputs from the MSE


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