Learn R Programming

RSDA (version 2.0.8)

interval.histogram.plot: 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

Run this code
# NOT RUN {
data(oils)
res <- interval.histogram.plot(x = oils[,3], n.bins = 3)
res
# }

Run the code above in your browser using DataLab