plotDiffSplits: Plots the difference between splits of different runs

View source: R/plotDiffSplits.R

plotDiffSplitsR Documentation

Plots the difference between splits of different runs

Description

Plots the difference between splits of different runs

Usage

plotDiffSplits(
  output,
  minimumESS = 625,
  fill_color = NULL,
  filename = NULL,
  per_run = FALSE,
  xlab = NULL,
  ylab = NULL,
  title = NULL,
  ...
)

Arguments

output

A list of convenience.diag type

minimumESS

The threshold for the ESS, default value is 625

fill_color

The color for the dots on the plot

filename

A filename to save the table, if NULL the table will be printed

per_run

If the plot should distinguish the pairwise comparison between runs with different symbols. Default value is FALSE

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()


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