Skip to contents

Identify how much reduction in landed catch at each fishery that would be needed to reduce the impacts on a focal stock by 1 fish.

Usage

make_impacts_per_catch_heatmap(fram_db, run_id, stock_id)

Arguments

fram_db

fram database connection

run_id

run_id of interest

stock_id

stock_id of interest.

Value

ggplot object

Examples

if (FALSE) { # \dontrun{
path = "FRAM compilations - readonly/2024-Pre-Season-Chinook-DB/2024 Pre-Season Chinook DB.mdb"
run_id = 132
stock_id = 3
make_impacts_per_catch_heatmap(path,
                               run_id = 132,
                               stock_id = 5)
} # }