table_param_settings: Create a table summarizing parameterization of an iSCAM model

View source: R/table-param-settings.R

table_param_settingsR Documentation

Create a table summarizing parameterization of an iSCAM model

Description

Create a table showing number of parameters estimated and prior parameterizations

Usage

table_param_settings(
  model,
  ret_df = FALSE,
  col_widths = "5em",
  bold_headers = TRUE,
  ...
)

Arguments

model

A single output model

ret_df

Logical. If TRUE return a data frame with the values, instead of the knitr::kable() formatted table

col_widths

The width of all columns other than the first. If NULL, do not set

bold_headers

If TRUE, make all column headers bold

...

Arguments to pass to csasdown::csas_table()


pbs-assess/gfiscamutils documentation built on Oct. 24, 2024, 1:37 p.m.