table_sampling_by_month: Extract the number of samples by fleet and month for a given...

View source: R/table-sampling-by-month.R

table_sampling_by_monthR Documentation

Extract the number of samples by fleet and month for a given year

Description

Extract the number of samples by fleet and month for a given year

Usage

table_sampling_by_month(
  d,
  font_size = 10,
  header_font_size = 10,
  header_vert_spacing = 12,
  header_vert_scale = 1.2,
  right_cols_cm = 1.5,
  ...
)

Arguments

d

A data frame, as one of the list elements of the list output by canada_extract_sampling_by_month()

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

right_cols_cm

The number of centimeters wide to make all of the rightmost columns (all the value columns)

...
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 list of the same length as fleet_lst of data frames, explained in details above


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