Skip to content

Commit

Permalink
updating alt text and captions after double-checking consistency and …
Browse files Browse the repository at this point in the history
…accuracy
  • Loading branch information
sbreitbart-NOAA committed Nov 19, 2024
1 parent 1eee658 commit c1533b5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
10 changes: 7 additions & 3 deletions R/write_captions.R
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ write_captions <- function(dat, # converted model output object
# caa_age_max <- # maximum age group

## CAL (catch at length)
# cal_age_min <- # minimum age group
# cal_age_max <- # maximum age group
# cal_length_min <- # minimum length group
# cal_length_max <- # maximum length group

## CPUE indices plot
# cpue_start_year <- # start year of CPUE indices plot
Expand Down Expand Up @@ -209,14 +209,16 @@ write_captions <- function(dat, # converted model output object
# ssb_units <- # ssb units (plural)
# ssb_min <- # minimum ssb
# ssb_max <- # maximum ssb
# ssb_ref_pt <- # ssb reference point units
# ssb_ref_pt <- # ssb reference point
# ssb_ref_pt_units <- # ssb reference point units

## spr (spawning potential ratio)
# spr_start_year <- # start year of spr plot
# spr_end_year <- # end year of spr plot
# spr_min <- # minimum spr
# spr_max <- # maximum spr
# spr_ref_pt <- # spr reference point
# spr_ref_pt_units <- # spr reference point units

## pop_naa_baa (population numbers at age and population biomass at age)
# pop_naa_baa_start_year <- # start year of spr plot
Expand All @@ -237,6 +239,8 @@ write_captions <- function(dat, # converted model output object
# proj_biomass_end_year <- # end year of projected biomass plot
# proj_biomass_min <- # minimum projected biomass
# proj_biomass_max <- # maximum projected biomass
# proj_biomass_ref_pt <- # projected biomass reference point
# proj_biomass_ref_pt_units <- # projected biomass reference point units

## Other
# tot_catch <-
Expand Down
Loading

0 comments on commit c1533b5

Please sign in to comment.