judge_321: Whether the Data Is Arranged from Large to Small

Description Usage Arguments Value Examples

View source: R/zp_judge.R

Description

Whether the Data Is Arranged from Large to Small

Usage

1

Arguments

x

numeric vector

Value

logical

Examples

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

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

Related to judge_321 in cutoff...