interval.histogram.plot {RSDA} | R Documentation |
Histogram plot for an interval variable
Description
Histogram plot for an interval variable
Usage
interval.histogram.plot(x, n.bins, ...)
Arguments
x |
An symbolic data table. |
n.bins |
Numbers of breaks of the histogram. |
... |
Arguments to be passed to the barplot method. |
Value
A list with componets : frequency and histogram
Examples
data(oils)
res <- interval.histogram.plot(x = oils[, 3], n.bins = 3)
res
[Package RSDA version 3.2.1 Index]