View source: R/plotDiffSplits.R
plotDiffSplits | R Documentation |
Plots the difference between splits of different runs
plotDiffSplits( output, minimumESS = 625, fill_color = NULL, filename = NULL, per_run = FALSE, xlab = NULL, ylab = NULL, title = NULL, ... )
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() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.