Learn R Programming

RSDA (version 3.2.1)

interval.histogram.plot: Histogram plot for an interval variable

Description

Histogram plot for an interval variable

Usage

interval.histogram.plot(x, n.bins, ...)

Value

A list with componets : frequency and histogram

Arguments

x

An symbolic data table.

n.bins

Numbers of breaks of the histogram.

...

Arguments to be passed to the barplot method.

Examples

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

Run the code above in your browser using DataLab