Skip to contents

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)
#>  [1] FALSE  TRUE  TRUE  TRUE  TRUE FALSE FALSE FALSE FALSE FALSE