Skip to contents

Attach Trip Counts, Cell Centroids, and Apply Minimum-Trips Filter

Usage

.finalise_cpue(cpue_long, trips, min_trips)

Arguments

cpue_long

Long tibble with columns `h3_index`, `country`, `cpue`, `species`.

trips

Combined effort + catch tibble (used to count trips per cell).

min_trips

Integer. Minimum unique trips per H3 cell x country.

Value

Filtered tibble with additional columns `n_trips`, `lon`, `lat`.