This website works better with JavaScript.
Home
Explore
Help
Sign In
marcelcosta
/
CitFuns
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Añadida función clustsort.
main
Costa
2 years ago
parent
45998a290b
commit
2f2626d9e5
2 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
R/clustsort.R
+12
-0
man/clustsort.Rd
+ 0
- 0
R/clustsort.R
View File
+ 12
- 0
man/clustsort.Rd
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)
}
Write
Preview
Loading…
Cancel
Save