HISTOGRAM - add a point to a histogram.

Usage:

B:
   histogram( hg, xx [, ww] );
C:
   void histogram(void *hg, int xx [, int ww] );

Where:

hg
points at the histogram to which the value is to be added. This pointer is returned by HISTINIT.
xx
is the value to be added.
ww
is the weight given to "xx". The default weight is one.

Description:

HISTOGRAM adds another value to an existing histogram.

See Also:

expl b lib hist

Copyright © 1996, Thinkage Ltd.