Añadida función clustsort.

This commit is contained in:
Costa
2022-02-03 17:40:49 +01:00
parent 45998a290b
commit 2f2626d9e5
2 changed files with 12 additions and 0 deletions
View File
+12
View File
@@ -0,0 +1,12 @@
\name{clustsort}
\alias{clustsort}
\title{clustsort}
\usage{
col2(x)
}
\description{
Sorts x and y dimensions from a matrix based on clustering.
}
\examples{
col2(x)
}