Inner-joins the per-trip H3 effort table with the wide catch matrix on
trip ID, producing a combined table suitable for CPUE estimation.
Usage
join_effort_catch(effort, catch_wide)
Arguments
- effort
A tibble as returned by [aggregate_trip_effort()].
- catch_wide
A wide catch matrix as returned by [build_catch_wide()].
Value
A tibble combining effort columns (`trip`, `h3_index`, `year`,
`fishing_hours`) with one column per species (catch in kg).