https://github.com/cran/MADPop
Raw File
Tip revision: 3bd381da180f05e1297e9511caae8f076a50b88a authored by Martin Lysy on 08 November 2018, 15:00:03 UTC
version 1.1.2
Tip revision: 3bd381d
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