Histogram

Command line

The Histogram operation can be directly executed by typing the following expression on the command line of the Main window:

  

OUTTABLE

=

TableHistogram(InputMapName)

OUTTABLE

=

TableHistogramPnt(InputPntMapName)

OUTTABLE

=

TableHistogramPol(InputPolMapName)

OUTTABLE

=

TableHistogramSeg(InputSegMapName)

where:

OUTTABLE

is not a user-defined name of a histogram: the histogram table automatically obtains the same name as the input map.

TableHistogram

is the command to start the Histogram operation and calculate the histogram of a raster map.

TableHistogramPnt

is the command to start the Histogram operation and calculate the histogram of a point map.

TableHistogramPol

is the command to start the Histogram operation and calculate the histogram of a polygon map.

TableHistogramSeg

is the command to start the Histogram operation and calculate the histogram of a segment map.

InputMapName

is the name of your input raster map (any domain).

InputPntMapName

is the name of your input point map (any domain).

InputPolMapName

is the name of your input polygon map (any domain).

InputSegMapName

is the name of your input segment map (any domain).

You can only create histograms using the definition symbol =. The output histogram always obtains the same name as the input map and is a dependent object.

See also: