Description Usage Arguments Examples
View source: R/XHistogramDiscrete.R
It plots an Histogram with one bar for each distinct value Try XHistogramDiscrete(mtcars$cyl) and compare it with hist(mtcars$cyl)
1 |
v |
A vector of Values |
1 2 | XHistogramDiscrete(c(-3,5,5,4,10,8,8,NA))
XHistogramDiscrete(mtcars$cyl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.