View source: R/table-sampling-by-month.R
table_sampling_by_month | R Documentation |
Extract the number of samples by fleet and month for a given year
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,
...
)
d |
A data frame, as one of the list elements of the list output
by |
font_size |
The table data and header font size in points |
header_font_size |
The font size for the headers only. If |
header_vert_scale |
Scale factor to create the vertical spacing value.
See |
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 |
A list of the same length as fleet_lst
of data frames, explained
in details above
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.