within {WordPools}R 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)


[Package WordPools version 1.2.0 Index]