View source: R/load-extra-mcmc-biomass.R
load_extra_mcmc_biomass | R Documentation |
Load the biomass outputs from the extra MCMC output
Calculate the biomass-at-age in catch
Load the selectivity outputs from the extra MCMC output
Load the vulnerability outputs from the extra MCMC output
load_extra_mcmc_biomass(
reps,
verbose = TRUE,
start_yr = NULL,
end_yr = NULL,
progress_n,
...
)
load_extra_mcmc_catage_biomass(reps, catage, wtatage, verbose)
load_extra_mcmc_sel(
reps,
progress_n,
verbose = TRUE,
start_yr = NULL,
end_yr = NULL,
type = c("fishery", "survey"),
...
)
load_extra_mcmc_selwt(reps, verbose = TRUE, head_beg_pat, head_end_pat, ...)
reps |
A list of vectors representing one element per report file |
verbose |
Logical. Show messages |
start_yr |
Filter years earlier than this out of the results. If
|
end_yr |
End year in the model |
progress_n |
Report every time this many list items are processed. Consider how many posteriors there are, this should be a fairly large proportion of that (around 1/8th) or there will be too much output and it will run really slow |
... |
Absorbs arguments meant for other functions |
catage |
A catch-at-age data frame as created by
|
wtatage |
A weight-at-age data frame |
A list of outputs
A data frame with the medians of the biomass-at-age in catch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.