View source: R/discard_rates_combined.R
discard_rates_combined | R Documentation |
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.
discard_rates_combined(
info_ncs,
info_cs,
info_em,
Area = "North4010",
gears = NULL,
fleet = NA,
min_cv = 0.05
)
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 |
Table for input into SS data file for a specific fleet.
Ian G. Taylor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.