Plots the histogram of MCMC samples.
plotDist(
sample = NULL,
Title = NULL,
xLab = "Value",
yLab = "Density",
xLim = NULL,
fontSize = NULL,
binSize = NULL,
...
)
MCMC samples
Character value containing the main title for the plot
Character value containing the x label
Character value containing the y label
Vector containing the lower and upper x-bounds of the plot
Size of the font to use for plotting. Defaults to 10
Size of the bins for creating the histogram. Defaults to 30
Arguments that can be additionally supplied to geom_histogram
h1 Plot object