View source: R/table-biomass.R
table_biomass | R Documentation |
Create a table of spawning biomass and relative spawning biomass medians and quantiles
Creates a table summarizing lead parameters
table_biomass(
model,
start_yr,
end_yr,
digits = 1,
scale = 1000,
font_size = 8,
header_font_size = 10,
header_vert_spacing = 12,
header_vert_scale = 1.2,
...
)
table_param_est_bounds(
model,
start_rec_dev_yr,
end_rec_dev_yr,
section_sep_lines = FALSE,
digits = 2,
font_size = 8,
header_font_size = 10,
header_vert_spacing = 12,
header_vert_scale = 1.2,
ret_df = FALSE,
...
)
model |
A model, created by |
start_yr |
Start year in table |
end_yr |
End year in table |
digits |
Number of decimal places to round to |
scale |
A scale factor to divide the biomass 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 |
... |
Arguments passed to |
start_rec_dev_yr |
First year of estimated recruitment devs |
end_rec_dev_yr |
Last year of estimated recruitment devs |
section_sep_lines |
Logical. If |
ret_df |
If |
vert_spacing |
The vertical spacing between newlines for this font.
If |
An knitr::kable()
object
Either a tibble::tibble()
or kableExtra::kbl()
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.