Learn R Programming

PvSTATEM (version 0.2.2)

is.decreasing: Check if the vector is monotically decreasing

Description

Check if the vector is monotically decreasing

Usage

is.decreasing(x)

Value

(logical(1)) TRUE if the vector is monotonically decreasing, FALSE otherwise

Arguments

x

(numeric()) Vector of numeric values