grapes-btwn-grapes: btwn operator

Description Usage Arguments Examples

Description

Tests (element-wise) if the first argument falls within the range of the second.

Usage

1
a %btwn% b

Arguments

a

Sequence to test against min/max of b.

b

Sequence for which min/max will be determined and tested against.

Examples

1
2
1 %btwn% c(0, 5)
0:4 %btwn% c(0.5, 3, 3.5)

pocdata/pocr documentation built on Jan. 5, 2022, 9:54 a.m.