all_bt: Are all elements of a vector below a threshold?

Description Usage Arguments Value Examples

View source: R/all_bt.R

Description

Are all elements of a vector below a threshold?

Usage

1
all_bt(x, thres)

Arguments

x

vector

thres

threshold

Value

logical

Examples

1
all_bt(c(1,2,3), 3)

dougmcneall/imptools documentation built on Nov. 13, 2021, 7:12 p.m.