table_maturity_ogive: Create a table containing the maturiy ogive data as input...

View source: R/table-maturity-ogive.R

table_maturity_ogiveR Documentation

Create a table containing the maturiy ogive data as input into the assessment model

Description

Create a table containing the maturiy ogive data as input into the assessment model

Usage

table_maturity_ogive(
  d,
  digits = 3,
  font_size = 10,
  header_font_size = 10,
  header_vert_spacing = 12,
  header_vert_scale = 1.2,
  ...
)

Arguments

d

A data frame containing the maturity ogive information as read in from the file maturity-table.csv

digits

Number of decimal places

font_size

The table data and header font size in points

header_font_size

The font size for the headers only. If NULL, the headers will have the same font size as the table cell data

header_vert_scale

Scale factor to create the vertical spacing value. See header_vert_spacing

...

Arguments passed to knitr::kable()

vert_spacing

The vertical spacing between newlines for this font. If NULL this will be calculated as header_font_size * header_vert_scale

Value

A knitr::kable() object


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