View source: R/load-extra-mcmc-atage.R
load_extra_mcmc_atage | R Documentation |
Load at-age data chunks from a list of report file output, and calculate the medians at-age by year
load_extra_mcmc_atage(
reps,
verbose = TRUE,
txt = "output",
scale = 1,
start_yr = NULL,
end_yr = NULL,
...
)
reps |
A list of vectors representing one element per report file |
verbose |
Logical. Show messages |
txt |
Text to write to the screen while processing |
scale |
Value to divide the values by in the output table |
start_yr |
Filter years earlier than this out of the results. If
|
end_yr |
Filter years greater than this out of the results. If
|
... |
Absorbs arguments meant for other functions |
A list with one element being the data frame of values by year with
every posterior included (atage
) and the other being a much smaller data
frame containing the median across posteriors by year for the values (med
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.