Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

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

RSDA

R to Symbolic Data Analysis

v3.0.12
GPL (>= 2)
Authors
Oldemar Rodriguez [aut, cre], Jose Emmanuel Chacon [cph], Carlos Aguero [cph], Jorge Arce [cph]
Initial release
2022-07-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.