table_fore_age_props: Creates a table showing the forecast age comp percentages by...

View source: R/table-fore-age-props.R

table_fore_age_propsR Documentation

Creates a table showing the forecast age comp percentages by number and weight for select cohorts

Description

Creates a table showing the forecast age comp percentages by number and weight for select cohorts

Usage

table_fore_age_props(
  props_bynum,
  props_bywt,
  ages_filt = c(2:8, 10, 14),
  font_size = 8
)

Arguments

props_bynum

A named vector of percentages by number to report. The names must be the ages

props_bywt

A named vector of percentages by weight to report. The names must be the ages

ages_filt

A vector of the ages to show in the table

font_size

The font size for the text in the table

Value

A kableExtra::kbl() table


pacific-hake/hake-assessment documentation built on Jan. 14, 2025, 9:12 p.m.