https://github.com/cran/MADPop
Raw File
Tip revision: 5210dd940c06886b61ca0b5e4f0e50d6cbb717a9 authored by Martin Lysy on 27 October 2018, 14:20:03 UTC
version 1.1.1
Tip revision: 5210dd9
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