colSort: Matrix Sort

View source: R/colSort.R

colSortR Documentation

Matrix Sort

Description

Sorts a matrix by first column, breaking ties with second column, breaking those ties with 3rd, etc.

Usage

colSort(X)

Arguments

X

matrix to sort.

Value

Same matrix with rows permuted according to sort order.


mlysy/MADPop documentation built on Feb. 28, 2024, 12:29 p.m.