Learn R Programming

nanotime (version 0.3.10)

is.unsorted,nanoival-method: Test if a nanoival vector is Not Sorted

Description

Test if an object is not sorted (in increasing order), without the cost of sorting it.

Usage

# S4 method for nanoival
is.unsorted(x, na.rm = FALSE, strictly = FALSE)

Arguments

x

a nanoival vector

na.rm

logical. Should missing values be removed before checking?

strictly

logical indicating if the check should be for _strictly_ increasing values.

See Also