
Last chance! 50% off unlimited learning
Sale ends in
Sorts a distance matrix by the names of the rows and columns.
sort_dist_mat(dist_mat, by_rows = TRUE, by_cols = TRUE, ...)
a distance matrix.
logical (TRUE). Sort the distance matrix by rows?
logical (TRUE). Sort the distance matrix by columns?
Ignored.
A distance matrix (after sorting)