isRowSorted {jwutil}R Documentation

is every row sorted?

Description

Quicky run through rows of a matrix looking for any non-ascending rows in C++

Usage

isRowSorted(x)

Arguments

x

matrix, each row containing ordered or disordered numerics


[Package jwutil version 1.2.3 Index]