jbplot_mcmc | R Documentation |
MCMC chains of esimated parameters: K, r, m (shape), psi (depletion) and variances
jbplot_mcmc(
jabba,
output.dir = getwd(),
as.png = FALSE,
mfrow = c(round((ncol(jabba$pars_posterior))/3 + 0.33, 0), 3),
width = 8,
height = 2.5 * round(jabba$pars_posterior/3, 0),
verbose = TRUE
)
jabba |
output list from fit_jabba |
output.dir |
directory to save plots |
as.png |
save as png file of TRUE |
mfrow |
set up plot frame |
width |
plot width |
height |
plot hight |
verbose |
silent option |
add |
if true don't call par() to allow construction of multiplots |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.