Skip to contents

[Experimental] Coho flavor of the stock fate function

Usage

stock_fate_coho(fram_db, run_id = NULL, units = c("fish", "percentage"))

Arguments

fram_db

FRAM database object

run_id

Run ID (optional)

units

'fish' or 'percentage'. Percentage is proportion of starting adbundace

Examples

if (FALSE) { # \dontrun{
fram_db |> stock_fate_coho(run_id = 145)
} # }