Ordering a distance matrix such that low distance values are placed
close to the diagonal may improve its presentation. The length of an
order is the corresponding objective measure.
The order corresponds to a path through a graph where each node is
visited only once, i.e. a Hamilton path. The length of a path is defined
as the sum of the edge weights, i.e. distances.
If order
is missing the identity order is used.
If order
is not unique NA
is returned.
If there are non-finite distance values NA
is returned.