
Get Total Catch Bounds
get_total_catch_bounds.RdCalculates the upper bounds for total catch data (using total_catch_kg)
based on landing site and gear type combinations. NA values in total_catch_kg are
filtered out before analysis. The function groups data by combined landing_site
and gear identifiers before calculating bounds.
Arguments
- data
A data frame containing columns:
gear,landing_site,submission_idandtotal_catch_kg.- k
A numeric value used in the
univOutl::LocScaleBfunction for outlier detection.