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

View source: R/interval_histogram_plot.R

interval.histogram.plotR 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

PROMiDAT/RSDA documentation built on Sept. 14, 2023, 9:16 p.m.