is.within: Is Within

View source: R/source.r

is.withinR Documentation

Is Within

Description

Filter a vector of entries with fall between a set of bounds (i.e. on a closed interval).

Usage

is.within(x, bounds)

Arguments

x

A vector of any type with strict ordering (i.e. where '>' or '<' are valid operators).

bounds

A vector of two entries, where bounds[1] is the lower bound and bounds[2] is the upper.

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.