grapes-bw-grapes: Special operator to test if numeric values belong to a given...

Description Usage Arguments Examples

Description

bounds with <= and >= operators.

Usage

1
x %bw% int

Arguments

x

numeric values

int

range. Can have more than two elements. Atomic vectors are interpreted as a single condition while lists as a list of conditions (recycled if needed).

Examples

1
2
3
1:10 %bw% c(2, 9)
1:10 %bw% 2:10
1:10 %bw% list(1:4, 1:2)

SESman/rbl documentation built on May 9, 2019, 11:10 a.m.