powered by
Histogram plot for an interval variable
interval.histogram.plot(x, n.bins, ...)
A list with componets : frequency and histogram
An symbolic data table.
Numbers of breaks of the histogram.
Arguments to be passed to the barplot method.
data(oils) res <- interval.histogram.plot(x = oils[, 3], n.bins = 3) res
Run the code above in your browser using DataLab