emcee.convergence.plot: Visualize the convergence of Emcee sampler output

View source: R/plotting.R

emcee.convergence.plotR Documentation

Visualize the convergence of Emcee sampler output

Description

Visualize the convergence of Emcee sampler output

Usage

emcee.convergence.plot(
  x,
  panels = TRUE,
  numbers = FALSE,
  nmin = 1,
  nmax = max(x$sample),
  walkers = 1:max(x$walker)
)

Arguments

x

: a dataframe made from emcee sampler output

panels

: logical, if TRUE use panels to separate walkers

numbers

: logical, if TRUE print sample numbers on points

nmin

: integer, first sample to plot

nmax

: integer, last sample to plot

walkers

: integer vector, indices of walkers to plot. If NULL, plot all walkers

Value

a ggplot object


marcpaterno/rcosmosis documentation built on June 5, 2023, 6:43 p.m.