judge_123: Whether the Data Is Arranged from Small to Large

Description Usage Arguments Value Examples

View source: R/zp_judge.R

Description

Whether the Data Is Arranged from Small to Large

Usage

1

Arguments

x

numeric vector

Value

logical

Examples

1
2
judge_123(c(1,2,3,4,5))
judge_123(c(1,3,2))

cutoff documentation built on Jan. 11, 2020, 9:39 a.m.

Related to judge_123 in cutoff...