table_yearly_model_compare: Create a table comparing this year's biomass estimate and...

View source: R/table-yearly-model-compare.R

table_yearly_model_compareR Documentation

Create a table comparing this year's biomass estimate and uncertainty to this year's estimate of last year's biomass, and last year's estimate of last year's biomass

Description

Create a table comparing this year's biomass estimate and uncertainty to this year's estimate of last year's biomass, and last year's estimate of last year's biomass

Usage

table_yearly_model_compare(
  ly_model,
  cy_model,
  last_yr,
  curr_yr,
  digits = 3,
  font_size = 8
)

Arguments

ly_model

Last year's model object (typically ly_model)

cy_model

This year's model object 9typically base_model)

last_yr

Last year (typically last_assess_yr)

curr_yr

Current year (typically assess_yr)

digits

The number of decimal places to report in the table

font_size

Size of the font for cell values

Value

a kableExtra::kbl() table


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