table_growth_params: Create table of the growth parameters which were input into...

View source: R/table-growth-params.R

table_growth_paramsR Documentation

Create table of the growth parameters which were input into the ISCAM model

Description

Create table of the growth parameters which were input into the ISCAM model

Usage

table_growth_params(
  model,
  col_widths = NULL,
  ret_df = FALSE,
  digits = 2,
  alpha_digits = 7,
  bold_headers = TRUE,
  ...
)

Arguments

model

An iscam model object (class mdl_cls)

col_widths

Widths for columns, except the Parameter column the csasdown::csas_table()

ret_df

Logical. If TRUE, return the data.frame and not

digits

The number of decimal places to report on all except the alpha parameter

alpha_digits

The number of decimal places to report on the alpha parameter

bold_headers

If TRUE, make all column headers bold

...

Arguments to pass to csasdown::csas_table()

Details

iSCAM takes these values as inputs in the DAT file and creates a vector of maturities-at-age by calling plogis(a50, sd50) where a50 and sd50 are the outputs of this function, sd50 is actually the shape parameter, not a true standard deviation of values.

Value

Either a data.frame or a csasdown::csas_table(), depending on the value of return_df


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