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