
Get Total Catch Bounds
get_total_catch_bounds.Rd
Calculates 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_id
andtotal_catch_kg
.- k
A numeric value used in the
univOutl::LocScaleB
function for outlier detection.