powered by
Reorder square matrix.
reorder_matrix(mat, dmat = NULL)
A square matrix.
A square matrix with values to use as distance.
# NOT RUN { library(psycho) r <- correlation(iris) r <- r$values$r r <- reorder_matrix(r) # }
Run the code above in your browser using DataLab