View source: R/read_coho_cohort.R
read_coho_cohort | R Documentation |
Extract JA3 starting cohort values from Coho FRAM database
read_coho_cohort(db, runs = NULL, stocks = NULL)
db |
string, file path to database |
runs |
numeric, RunID(s) as ID or ID:ID, default NULL for all runs |
stocks |
numeric, StockID(s) as ID or ID:ID, default NULL for all stocks |
a tibble of JA3 starting cohort values; already only age 3 in TimeStep 1; these represent forecasts for a preseason database, backwards-FRAM constructed abundances for post-season
## Not run: #fetch all runs for WA stocks read_coho_cohort("path/to/FRAM_Database.mdb", stocks = 1:164) #fetch a single run for a single stock read_coho_cohort("path/to/FRAM_Database.mdb", stocks = 161) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.