table_cohort | R Documentation |
Create a table of cohort biomass and natural mortality as they pass through their life from year to year
table_cohort(
model,
cohorts,
cohort_italics = TRUE,
cohort_bold = TRUE,
cohort_underline = TRUE,
cohort_line_above = TRUE,
cohort_line_below = TRUE,
reverse_cohorts = FALSE,
digits = 1,
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 |
cohorts |
A vector of cohorts (years of birth) to use |
cohort_italics |
Logical. If |
cohort_bold |
Logical. If |
cohort_underline |
Logical. If |
cohort_line_above |
Logical. If |
cohort_line_below |
Logical. If |
reverse_cohorts |
Logical. If |
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.