PlotMCMC: Plot MCMC

Description Usage Arguments

View source: R/plot_mcmc.r

Description

Makes a number of diagnostic plots to evaluate convergence in the Monte Carlo Markov Chain results.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
PlotMCMC(
  wd,
  asap.name,
  asap,
  mcmc.burn = 0,
  mcmc.thin = 1,
  save.plots,
  od,
  plotf
)

Arguments

wd

directory where ASAP run is located

asap.name

Base name of original dat file (without the .dat extension)

asap

name of the variable that read in the asap.rdat file

mcmc.burn

number of realizations to remove from start of MCMC (defaults to 0)

mcmc.thin

thinning parameter for MCMC (defaults to 1)

save.plots

save individual plots

od

output directory for plots and csv files

plotf

type of plot to save


cmlegault/ASAPplots documentation built on March 29, 2021, 8:28 p.m.