within: Select observations within a given range

View source: R/within.R

withinR Documentation

Select observations within a given range

Description

This function masks 'base::within' and so is no longer exported. Eventually it will be removed.

Usage

within(x, a, b)

Arguments

x

A vector

a

Lower limit

b

Upper limit

Value

A logical vector of the same length as x

Examples

WordPools:::within(1:10, 2, 5)


WordPools documentation built on Aug. 8, 2023, 5:11 p.m.