Sequence Properties
Functions to test basic sequence properties, excluding unique-related properties.
is.increasing (x) is.decreasing (x) is.nondecreasing (x) is.nonincreasing (x)
x |
An integer/numeric vector. |
All functions return true or false.
x <- c (0, 0, 1, 2) is.increasing (x) is.nondecreasing (x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.