densplot2 | R Documentation |
Displays a plot of the density estimate for each variable in x, calculated by the density function.
This is slightly modified version of densplot
function
of a coda
package to conform to my personal preferences.
densplot2(x, plot = TRUE, show.obs = FALSE, bwf, bty = "n", main = "",
xlim, ylim, xlab, ylab, ...)
x |
an |
plot |
if |
show.obs |
show observations along the x-axis? |
bwf |
function for calculating the bandwidth. If omitted, the bandwidth is calculate by 1.06 times the minimum of the standard deviation and the interquartile range divided by 1.34 times the sample size to the negative one fifth power. |
xlim , ylim , xlab , ylab |
further arguments passed to the
|
bty , main , ... |
further arguments passed to the
|
No return value.
Arnošt Komárek arnost.komarek@mff.cuni.cz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.