table_catch | R Documentation |
Create a table of catch, by Landings and Discards
table_catch(
catch_df,
start_yr = NULL,
by_area = FALSE,
gear_col_widths = "5em",
scale_factor = 1000,
ret_df = FALSE,
bold_headers = TRUE,
...
)
catch_df |
A data frame as output by |
start_yr |
The year to start the table or |
by_area |
Logical. If TRUE, make a table by area (grouped as 3CD and 5ABCDE) |
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 |
ret_df |
If |
bold_headers |
If |
... |
Arguments to pass to |
A csasdown::csas_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.