powered by
Functions to test basic sequence properties, excluding unique-related properties.
is.increasing (x) is.decreasing (x) is.nondecreasing (x) is.nonincreasing (x)
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.increasing (x) is.nondecreasing (x) # }
Run the code above in your browser using DataLab