Converts a symmetric distance matrix to a column order lower triangular matrix.
Usage
lower(m)
Arguments
m
a symmetric distance matrix.
Value
a column order lower triangular matrix.
Details
Converts a symmetric matrix, for example a dissimilarity matrix, into a lower-
triangular matrix. This may be useful to format the input for certain clustering and ordination functions.