View source: R/table-growth-params.R
table_growth_params | R Documentation |
Create table of the growth parameters which were input into the ISCAM model
table_growth_params(
model,
col_widths = NULL,
ret_df = FALSE,
digits = 2,
alpha_digits = 7,
bold_headers = TRUE,
...
)
model |
An iscam model object (class mdl_cls) |
col_widths |
Widths for columns, except the Parameter column
the |
ret_df |
Logical. If |
digits |
The number of decimal places to report on all except the
|
alpha_digits |
The number of decimal places to report on the |
bold_headers |
If |
... |
Arguments to pass to |
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.
Either a data.frame or a csasdown::csas_table()
, depending on
the value of return_df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.