is.decreasing: Check if the vector is monotically decreasing

View source: R/helpers.R

is.decreasingR Documentation

Check if the vector is monotically decreasing

Description

Check if the vector is monotically decreasing

Usage

is.decreasing(x)

Arguments

x

(numeric()) Vector of numeric values

Value

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


SerolyzeR documentation built on Jan. 21, 2026, 5:07 p.m.