judge_321 {cutoff} | R Documentation |
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
judge_321(c(5,4,3,2,1))
judge_321(c(3,1,2))
[Package cutoff version 1.3 Index]