grapes-inInterval-grapes: Test if a Value is in an Interval

Description Usage Arguments Value Examples

Description

This function tests if values are part of a closed interval.

Usage

1
e1 %inInterval% e2

Arguments

e1

numeric value

e2

numeric interval

Value

TRUE if the interval includes the value, FALSE otherwise

Examples

1
## Not run: 3 %inInterval% c(1, 4)

BEQI2 documentation built on May 2, 2019, 8:19 a.m.