View source: R/table-catch.R View source: R/table-catch-area.R
table_catch_area | R Documentation |
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
Return a table by area, where the areas are defined by the unique values
in the area
column in table catch_df
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,
...
)
catch_df |
A data frame as output by |
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 |
bold_headers |
If |
... |
Arguments to pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.