Learn R Programming

cutoff (version 1.3)

judge_123: Whether the Data Is Arranged from Small to Large

Description

Whether the Data Is Arranged from Small to Large

Usage

judge_123(x)

Arguments

x

numeric vector

Value

logical

Examples

Run this code
# NOT RUN {
judge_123(c(1,2,3,4,5))
judge_123(c(1,3,2))
# }

Run the code above in your browser using DataLab