MCMCPlot: MCMCPlot

Description Usage

Description

Produces simple plot useful for visualising MCMC chains. Enter x vector to plot single chain, or x and y vectors to visualise correlation between chains.

Usage

1
2
3
MCMCPlot(x, y = NULL, col = grey(0.7), pch = 4, cex = 0.4,
  xmin = NULL, xmax = NULL, ymin = min(x, na.rm = T), ymax = max(x,
  na.rm = T), xlab = NULL, main = "", ylab = main)

bobverity/bobFunctions documentation built on May 12, 2019, 11:29 p.m.