Reppo for internal functions.

12 lines
168 B

  1. \name{clustsort}
  2. \alias{clustsort}
  3. \title{clustsort}
  4. \usage{
  5. col2(x)
  6. }
  7. \description{
  8. Sorts x and y dimensions from a matrix based on clustering.
  9. }
  10. \examples{
  11. col2(x)
  12. }