Skip to contents

The starting cohort abundance listed in the database can be wrong. This function calculates the value by multipying the Stock Recruit Scalar by the base period abundance.

Usage

cohort_abundance(fram_db, run_id = NULL)

Arguments

fram_db

FRAM database object

run_id

Run ID (optional)

Examples

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