From 2f2626d9e5508ce273a3328ed2cc0759f0b53435 Mon Sep 17 00:00:00 2001 From: Costa <47926492N@ICO.SCS.local> Date: Thu, 3 Feb 2022 17:40:49 +0100 Subject: [PATCH] =?UTF-8?q?A=C3=B1adida=20funci=C3=B3n=20clustsort.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- R/clustsort.R | 0 man/clustsort.Rd | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 R/clustsort.R create mode 100644 man/clustsort.Rd diff --git a/R/clustsort.R b/R/clustsort.R new file mode 100644 index 0000000..e69de29 diff --git a/man/clustsort.Rd b/man/clustsort.Rd new file mode 100644 index 0000000..dc949f7 --- /dev/null +++ b/man/clustsort.Rd @@ -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) +}