View source: R/interval_histogram_plot.R
interval.histogram.plot | R Documentation |
Histogram plot for an interval variable
interval.histogram.plot(x, n.bins, ...)
x |
An symbolic data table. |
n.bins |
Numbers of breaks of the histogram. |
... |
Arguments to be passed to the barplot method. |
A list with componets : frequency and histogram
data(oils)
res <- interval.histogram.plot(x = oils[, 3], n.bins = 3)
res
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.