Skip to contents

[Experimental] Pulls the starting cohorts from the database, this is stored in the StockRecruit table, but can be wrong. It's best just to multiply 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)
} # }