Ordering of the Leaves in a hclust Dendrogram. Like order.dendrogram.
order.hclust(x, ...)
A vector with length equal to the number of leaves in the hclust dendrogram is returned. From r <- order.hclust(), each element is the index into the original data (from which the hclust was computed).