table_catch_area: Return a table by area, where the areas are defined by the...

View source: R/table-catch.R View source: R/table-catch-area.R

table_catch_areaR Documentation

Return a table by area, where the areas are defined by the unique values in the area column in table catch_df

Description

Return a table by area, where the areas are defined by the unique values in the area column in table catch_df

Return a table by area, where the areas are defined by the unique values in the area column in table catch_df

Usage

table_catch_area(
  catch_df,
  start_yr = NULL,
  gear_col_widths = "5em",
  scale_factor = 1000,
  bold_headers = TRUE,
  ...
)

table_catch_area(
  catch_df,
  start_yr = NULL,
  gear_col_widths = "5em",
  scale_factor = 1000,
  bold_headers = TRUE,
  ...
)

Arguments

catch_df

A data frame as output by gfplot::tidy_catch()

start_yr

The year to start the table or NULL to include all data

gear_col_widths

Width to make the columns for the gear types

scale_factor

Value to divide all the catches by to make the table in tonnes

bold_headers

If TRUE, make all column headers bold

...

Arguments to pass to csasdown::csas_table()


pbs-assess/gfiscamutils documentation built on Oct. 24, 2024, 1:37 p.m.