table_reference_points: Creates a table containing reference point estimates

View source: R/table-reference-points.R

table_reference_pointsR Documentation

Creates a table containing reference point estimates

Description

Creates a table containing reference point estimates

Usage

table_reference_points(
  model,
  category_bold = TRUE,
  category_italics = TRUE,
  category_underline = TRUE,
  category_line_above = FALSE,
  category_line_below = FALSE,
  font_size = 10,
  header_font_size = 10,
  header_vert_spacing = 12,
  header_vert_scale = 1.2,
  ...
)

Arguments

model

A model, created by create_rds_file()

category_bold

Logical. If TRUE, make the category header lines boldface

category_underline

Logical. If TRUE, make the category header lines underlined

category_line_above

Logical. If TRUE, place a horizontal line above category header lines

category_line_below

Logical. If TRUE, place a horizontal line below category header lines

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()

hdr_italics

Logical. If TRUE, make the cohort header lines italicized

vert_spacing

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

Value

An knitr::kable() object


pacific-hake/hake-assessment documentation built on Nov. 8, 2024, 1:16 p.m.