Learn R Programming

PAWL (version 0.5)

PlotHistBin: Plot a histogram of the binning coordinate

Description

This function takes the result of adaptiveMH or of pawl, and a binning object, and draws a histogram of the chains according to the binning coordinate.

Usage

PlotHistBin(results, binning)

Arguments

results
Object of class "list": either the output of pawl or of adaptiveMH.
binning
Object of class binning, defining the initial bins used by the Wang-Landau algorithm.

Value

The function returns a ggplot2 object.

See Also

ggplot