Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

cutoff (version 1.3)

judge_321: Whether the Data Is Arranged from Large to Small

Description

Whether the Data Is Arranged from Large to Small

Usage

judge_321(x)

Arguments

x

numeric vector

Value

logical

Examples

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

Run the code above in your browser using DataLab