View source: R/table-yearly-model-compare.R
table_yearly_model_compare | R Documentation |
Create a table comparing this year's biomass estimate and uncertainty to this year's estimate of last year's biomass, and last year's estimate of last year's biomass
table_yearly_model_compare(
ly_model,
cy_model,
last_yr,
curr_yr,
digits = 3,
font_size = 8
)
ly_model |
Last year's model object (typically |
cy_model |
This year's model object 9typically |
last_yr |
Last year (typically |
curr_yr |
Current year (typically |
digits |
The number of decimal places to report in the table |
font_size |
Size of the font for cell values |
a kableExtra::kbl()
table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.