Chinook flavor of the stock fate function
Usage
stock_fate_chinook(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_chinook(run_id = 145)
} # }