mcmc_all_plots_multi: Plot all MCMC density and iteration plots

Description Usage Arguments Value See Also

View source: R/plotting_functions.R

Description

Saves a pdf file as 'filename'_MCMC_plots.pdf, which contains density and iteration plots for all of the provided parameters.

Usage

1
2
mcmc_all_plots_multi(filename, mcmc_chains, param_table = NULL,
  burnin = NULL, best_fit = NULL)

Arguments

filename

the overall file name/location to be used, appended with _MCMC_plots.pdf

mcmc_chains

the actual MCMC chains to be used to create density plots and iteration plots

param_table

OPTIONAL the parameter table as loaded by load_param_table, which is then used to create prior density plots

burnin

OPTIONAL the burn in period, used to draw a vertical line

Value

nothing

See Also

mcmc_iter_multi, mcmc_density_multi, mcmc_density_single, mcmc_iter_single


jameshay218/mcmcJH documentation built on May 18, 2019, 11:20 a.m.