colSort {MADPop}R 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.


[Package MADPop version 1.1.7 Index]