View source: R/table-decision.R
table_decision | R Documentation |
Create a decision table with a single reference point or probabilities of biomass declining or increasing
table_decision(
model,
catch_vals = NULL,
ret_df = FALSE,
format = c("latex", "html"),
bold_header = FALSE,
...
)
model |
An iscam model object (class mdl_cls) |
catch_vals |
The catch values to include in the table. If |
ret_df |
Logical. If |
format |
One of "html" or "latex" |
bold_header |
If |
... |
Arguments to be passed to |
A csasdown::csas_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.