sorted: Internal Function: Determine if a Vector is Sorted

Description Usage Arguments Value Author(s)

View source: R/sorted.R

Description

This function determines whether the input set of values is a nondecreasing sequence.

Usage

1
sorted(x)

Arguments

x

Vector of values.

Value

Logical variable, where TRUE = sorted and FALSE = not sorted.

Author(s)

Tom Kincaid Kincaid.Tom@epa.gov


mhweber/spsurvey documentation built on Sept. 17, 2020, 4:24 a.m.