View source: R/table-decisions.R
table_decisions | R Documentation |
Produce a decision table for the given iscam model
table_decisions(
model,
format = c("latex", "html"),
bo_refpts = c(0.2, 0.35, 0.4),
num_proj_yrs = 3,
digits = 2,
ret_df = FALSE,
col_widths = NULL,
...
)
model |
An iscam model object (class mdl_cls) |
format |
See |
bo_refpts |
Vector of proportional values for the reference points |
num_proj_yrs |
The number of projection years to show in the table.
The output may have more but only this many will be shown. If |
digits |
Number of decimal places for the values in the table |
ret_df |
Logical. If |
col_widths |
Widths of columns, see |
... |
Arguments to pass to |
A csasdown::csas_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.