MCMCPlot2: MCMCPlot2

Description Usage

Description

Similar to MCMCPlot(), but aimed at very large numbers of samples where ordinary plotting would not be feasible. Works by binning points before plotting. Can only handle a single chain (cannot plot x vs. y).

Usage

1
2
3
MCMCPlot2(x, h_cells = 100, v_cells = 100, xmin = 1, xmax = length(x),
  ymin = min(x, na.rm = T), ymax = max(x, na.rm = T), xlab = "iteration",
  main = "", ylab = main)

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