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