Histogram plot for an interval variable
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.