powered by
Functions to test basic sequence properties, excluding unique-related properties.
is.sttincreasing (v) is.sttdecreasing (v) is.nondecreasing (v) is.nonincreasing (v)
An integer/numeric vector.
All functions return true or false.
Unique-Related Functions
Optimization-Related Functions
Other Sequence Functions
# NOT RUN { x <- c (0, 0, 1, 2) is.sttincreasing (x) is.nondecreasing (x) # }
Run the code above in your browser using DataLab