discard_rates_combined: Combine discard rates from multiple sources

View source: R/discard_rates_combined.R

discard_rates_combinedR Documentation

Combine discard rates from multiple sources

Description

Combines values from the tables provided by Chantel Wetzel to get a single fleet-specific discard rate after aggregating across gears and sectors/observation method. This function needs to be run separately for each fleet to be used in the model.

Usage

discard_rates_combined(
  info_ncs,
  info_cs,
  info_em,
  Area = "North4010",
  gears = NULL,
  fleet = NA,
  min_cv = 0.05
)

Arguments

info_ncs

Table for non-catch-shares discard info

info_cs

Table for catch-shares discard info

info_em

Table for electronic monitoring discard info

Area

Area label in tables provided by Chantel

gears

Subset of gears to include in the calculations

fleet

Name or number of the fleet to use in the "Flt" column in the table for use in SS

min_cv

Minimum CV to use for fleets with 100% monitoring and no bootstrap uncertainty provided

Value

Table for input into SS data file for a specific fleet.

Author(s)

Ian G. Taylor


iantaylor-NOAA/Lingcod_2021 documentation built on Oct. 30, 2024, 6:42 p.m.