withinRange: Test whether one or more values fall within a specified...

Description Usage Arguments Value

Description

Test whether one or more values fall within a specified range.

Usage

1
withinRange(x, range, inclusive = TRUE)

Arguments

x

Value or vector of values to test.

range

A vector of length at least 2, from which the range will be computed.

inclusive

Logical value, whether to include the bound of the range.

Value

A logical value or vector showing whether each value is within the range.


rossholmberg/holmberg documentation built on May 27, 2019, 11:34 p.m.