View source: R/table-age-data.R
table_age_data | R Documentation |
Creates a table containing single-fleet age proportions which are input into the model
table_age_data(
fleet = c("can_ft", "can_ss", "can_jv", "us_cp", "us_ms", "us_sb"),
start_yr,
end_yr,
digits = 2,
font_size = 10,
header_font_size = 10,
header_vert_spacing = 12,
header_vert_scale = 1.2,
...
)
fleet |
Use codes of |
start_yr |
Start year in table |
end_yr |
End year in table |
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 |
... |
Arguments passed to |
vert_spacing |
The vertical spacing between newlines for this font.
If |
A knitr::kable()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.