morder: morder

morderR Documentation

morder

Description

matrix order wrt columns .. ie ordering rows matrix based on left to right ordering of columns (if MARGIN = 1) OR ordering columns of matrix based on top to bottom ordering of rows (if MARGIN = 2)

Usage

morder(A, orient = 1)

Arguments

A

matrix of values

orient

integer orientation, if 1 will do row-wise ordering, otherwise column ordering (=1)

Value

input matrix with rows and columns ordered

Author(s)

Marcin Imielinski


mskilab/skitools documentation built on Aug. 31, 2023, 1:13 p.m.