plotEssContinuous: Histogram of the ESS values

View source: R/plotEssContinuous.R

plotEssContinuousR Documentation

Histogram of the ESS values

Description

Plots the histogram of the ESS values for the continuous parameters

Usage

plotEssContinuous(
  x,
  per_run = FALSE,
  precision = 0.01,
  breaks = NULL,
  fill_color = NULL,
  filename = NULL,
  xlab = NULL,
  ylab = NULL,
  title = NULL,
  ...
)

Arguments

x

A list of convenience.diag type

per_run

If the plot should combine all runs or plot each run separately. Default value is FALSE

precision

The precision of the mean estimates. Default is 0.01

breaks

The number of bins to determine the intervals of the histogram

fill_color

The color to fill the histogram bars

filename

The name of the file to save the plot

xlab

Defines the label for the x-axis. To remove the label set to NA. Default = NULL

ylab

Defines the label for the y-axis. To remove the label set to NA. Default = NULL

title

Defines the title of the plot. To remove the title set to NA. Default = NULL

...

(various) Additional arguments passed to plot().

Value

Histogram


lfabreti/convenience documentation built on June 17, 2022, 8:12 a.m.