Joins per-cell SPUE (calc_spue_cells()) with a model surface aggregated
to the same cells (h3_raster_to_cells()), keeps cells with at least
min_effort effort records, and reports Spearman's rank correlation plus a
calibration table: mean model value by SPUE bin (bin 0 = target never
recorded despite effort; bins 1..n_bins = quantile bins of positive SPUE).
Arguments
- spue
output of
calc_spue_cells().- sdm
output of
h3_raster_to_cells()(cell,value).- min_effort
effort floor (default 30 records).
- n_bins
number of positive-SPUE quantile bins (default 5).