plotKS | R Documentation |
Plots the histogram of the KS values for the combination of all runs. The MCMC must have at least 2 runs
plotKS( x, precision = 0.01, fill_color = NULL, filename = NULL, xlab = NULL, ylab = NULL, title = NULL, ... )
x |
A list of convenience.diag type |
precision |
The precision of the mean estimates. Default is 0.01 |
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(). |
Histogram
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.