View source: R/table_projections.R
table_projections | R Documentation |
Table of projections
table_projections(
output,
caption = paste("Projections of potential overfishing limits (OFLs; mt),",
"allowable biological catches (ABCs; mt),", "annual catch limits (ACLs; mt),",
"estimated summary biomass (mt), spawning biomass (mt), and fraction unfished.",
"Values are based on removals for the first two years.",
"ABCs include a buffer for scientific uncertainty based on",
"a $P^*$ of 0.45 and the category 2 default sigma = 1.0.",
"ACLs additionally include the 40:10 adjustment for projections",
"which fall below the $B_{40}$ reference point."),
label = "table-projections-base"
)
output |
A list from r4ss::SS_output. |
caption |
A character string for the caption. |
label |
A character string with the label for the table. No underscores allowed. |
## Not run:
table_projections(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.