https://github.com/cran/MADPop
Raw File
Tip revision: e49a4096bae13d7e75275c5a31c9a210bdd5ea44 authored by Martin Lysy on 04 April 2023, 14:00:10 UTC
version 1.1.5
Tip revision: e49a409
colSort.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/colSort.R
\name{colSort}
\alias{colSort}
\title{Matrix Sort}
\usage{
colSort(X)
}
\arguments{
\item{X}{matrix to sort.}
}
\value{
Same matrix with rows permuted according to sort order.
}
\description{
Sorts a matrix by first column, breaking ties with second column, breaking those ties with 3rd, etc.
}
\keyword{internal}
back to top