Get Catch Bounds
get_catch_bounds.Rd
This function calculates the upper bounds for catch data based on gear type, catch name, and weight type using the LocScaleB function for outlier detection.
Details
The function filters out rows where catch_taxon is "0" or "no_catch". It then splits the data based on the interaction of gear, catch_taxon, and weight_type. The get_bounds() function is applied to each group's catch_kg values. The resulting upper bounds are then combined and transformed back from log scale.