histtable() — Histogram (from a table)

Histogram from a table — the bar’s AREA equals its frequency.

height = frequency / width

Key idea

Definition

the count in the class
the class width
the frequency density

In plain words

A wide bin is not automatically taller — what counts is the area. Spread the frequency over the bin's width to get its height.

Where you'd use it

Frequently asked questions

What goes into the table?
Class intervals (or their midpoints) and the matching frequencies.