m01ecf is designed to be used typically in conjunction with the M01D ranking routines. After one of the M01D routines has been called to determine a vector of ranks,
m01ecf can be called to rearrange a vector of character data into the rank order. If the vector of ranks has been generated in some other way, then
m01zbf should be called to check its validity before
m01ecf is called.
None.
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
x04aaf).
If
or
, elements
m1 to
m2 of
irank do not contain a permutation of the integers
m1 to
m2. On exit, the contents of
ch may be corrupted. To check the validity of
irank without the risk of corrupting
ch, use
m01zbf.
Not applicable.
This example reads a file of
-character records, each of which contains in characters
to
a name of a NAG routine, and in characters
to
an integer frequency. The program first calls
m01dbf to rank the integers in descending order, and then calls
m01ecf to rearrange the names into the order specified by the ranks.