Skip to content

Commit

Permalink
fewer lcomp cols
Browse files Browse the repository at this point in the history
  • Loading branch information
mkapur-noaa committed Oct 23, 2024
1 parent 75385a8 commit c3d4046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2024/safe/11-tables-update.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ flextable::regulartable(mod18.2c_2024$lendbase %>%
names_glue = "{Yr} ({effN})",
values_from = Obs)) %>%
flextable::set_caption("Fishery length frequency data for female BSAI FHS since 2000 used in the model. Input sample sizes are in parentheses.") %>%
flextable::colformat_double(j = 2:7,digits = 4) %>%
flextable::colformat_double(j = 2:6,digits = 4) %>%
flextable::compose(i = 24, j = 1, flextable::as_paragraph('58+')) %>%
flextable::font(fontname = "Times New Roman", part = "all") %>%
flextable::fontsize(size = 11, part = "all")
Expand All @@ -47,7 +47,7 @@ flextable::regulartable(mod18.2c_2024$lendbase %>%
names_glue = "{Yr} ({effN})",
values_from = Obs)) %>%
flextable::set_caption("Fishery length frequency data for male BSAI FHS since 2000 used in the model. Input sample sizes are in parentheses.") %>%
flextable::colformat_double(j = 2:7,digits = 4) %>%
flextable::colformat_double(j = 2:6,digits = 4) %>%
flextable::compose(i = 24, j = 1, flextable::as_paragraph('58+')) %>%
flextable::font(fontname = "Times New Roman", part = "all") %>%
flextable::fontsize(size = 11, part = "all")
Expand Down

0 comments on commit c3d4046

Please sign in to comment.