between: Find Values betwwen upper and lower bounds

Description Usage Arguments Value Author(s)

View source: R/between.R

Description

Finds values between provided upper and lower bounds

Usage

1
between(in.data, ge = NULL, lt = NULL, gt = NULL, le = NULL)

Arguments

in.data

Numeric vector to locate values that lie within specified range

ge

Numeric value indicating greater than or equal to lower bound

lt

Numeric value indicating less than upper bound

gt

Numeric value indicating greater than lower bound

le

Numeric value indicating less than or equal to upper bound

Value

A logical vector the same length as the input, where TRUE indicates whether or not the value falls between the upper and lower bounds

Author(s)

Timothy R. Koscik <timkoscik+rmisc@gmail.com>


TKoscik/tkmisc documentation built on Oct. 16, 2019, 7:53 p.m.