Description Usage Arguments Author(s) See Also Examples
A histogram with an additional color stripe based on a kernel density estimate.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
x |
a numeric vector. |
breaks |
a numeric value giving the breaks of the histogram. |
xlab |
x label, standard graphics parameter. |
ylab |
y label, standard graphics parameter. |
main |
title(s) of the plot, standard graphics parameter. |
colpal |
a character vector containing R built-in color names or a name of a |
rev |
logical: if |
simulate |
logical: if |
daltonize |
logical: if |
cvd |
character string implying the type of color vision deficiency ("p" for protanope, "d" for deuteranope or "t" for tritanope). |
alpha |
alpha value: a two-digit integer between 01 and 99 for color opacity, i.e. appearance of partial or full transparency (usage omitted by default). |
nobox |
logical: if |
add.density |
if |
col.density |
a R build-in color for the density line (if |
add.rug |
if |
col.rug |
a R build-in color for the rug (if |
nrcol |
a non-negative integer specifying the number of colors to be used (defaults to 100, if not specified). |
... |
additional parameters to be passed to points and plot. |
Bjoern Schwalb
comparisonplot
, demotour
, disco
, colorpalette
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.