KPG1_HSDSx

Tabulates an histogram

Description:

This routine reports an histogram to the user.

Invocation

CALL KPG1_HSDSx( NUMBIN, HIST, HRMIN, HRMAX, STATUS )

Arguments

NUMBIN = INTEGER (Given)
The number of bins in the histogram.
HIST( NUMBIN ) = INTEGER (Given)
The array holding the histogram.
HRMIN = ? (Given)
The minimum data value that could be included within the histogram.
HRMAX = ? (Given)
The maximum data value that could be included within the histogram.
STATUS = INTEGER (Given and Returned)
The global status.

Notes: