Skip to contents

Sort a 2d array.

Usage

sort_members(x, byrow = TRUE)

Arguments

x

A two dimensional numeric array.

byrow

Set to true sort rows, false to sort columns.