View source: R/table-ci-posteriors.R
table_ci_posteriors | R Documentation |
Make a latex table of credible intervals with columns for female spawning biomass, relative spawning biomass, total biomass, age 2+ biomass, age-0 recruits, relative fishing intensity, and exploitation fraction. Also output a CSV file with the table contents.
table_ci_posteriors(
model,
start_yr,
end_yr,
scale = 1000,
digits = 1,
lower_col = "2.5%",
upper_col = "97.5%",
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 |
scale |
Scale factor for biomasses and recruitments |
digits |
Number of decimal points to show in values in the table |
lower_col |
Column name in the data frames for the lower ci value |
upper_col |
Column name in the data frames for the upper ci value |
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 |
csv_dir |
Directory for CSV output |
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.