View source: R/utils-calc-mcmc.R
calc_mcmc | R Documentation |
Return a list of mcmc calculations, e.g. quantiles for various values
calc_mcmc(mcmc, biomass_scale = 1e+06, recr_scale = 1e+06, ...)
mcmc |
The output of the |
biomass_scale |
A scale factor to divide biomass values by |
recr_scale |
A scale factor to divide recruitment values by |
... |
Absorbs arguments meant for other functions |
The values calculated in this function are used in the tables and plots in
the hake document. If a new value is needed, add that calculation here
and re-run the create_rds_file()
function to re-build the RDS file
for the model.
A named list of MCMC outputs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.