View source: R/table-catch-fleets.R
table_catch_fleets | R Documentation |
...
argument as data framesReturn a table by fleet, where the fleets are determined by the ...
argument as data frames
table_catch_fleets(
catch_df_lst = NULL,
fleet_nms = NULL,
start_yr = NULL,
gear_col_widths = "5em",
scale_factor = 1000,
ret_df = FALSE,
show_total_col = TRUE,
bold_headers = TRUE,
format = "latex",
...
)
catch_df_lst |
A list of data frames with catch, one for each fleet
which have had |
fleet_nms |
A vector of names for the fleets, to appear on the table.
Must be the same length as |
start_yr |
The year to start the table or |
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 |
show_total_col |
If |
bold_headers |
If |
format |
See |
... |
Arguments to pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.