table_at_age | R Documentation |
Makes a table of the estimated -at-age values for 5 different values: Numbers-at-age, Catch-at-age, Biomass-at-age, Exploitation-at-age, and Catch-at-age-biomass
table_at_age(
model,
start_yr = NA,
end_yr = NA,
type = c("naa", "eraa", "caan", "caab", "baa"),
digits = 0,
csv_dir = here::here("doc", out_csv_path),
font_size = 10,
header_font_size = 10,
header_vert_spacing = 12,
header_vert_scale = 1.2,
...
)
model |
A model, created by |
start_yr |
Start year in table |
end_yr |
End year in table |
type |
|
digits |
Number of decimal points to show in values in the table |
csv_dir |
Directory for CSV output |
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 |
An knitr::kable()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.