outside: Inside / Outside

Description Usage Arguments Value Examples

Description

Inside / Outside

Usage

1
2
3
.x %outside% .y

.x %inside% .y

Arguments

.x

Vector to test.

.y

Vector or list of length 2. The first element is interpreted as the lower bound, the second element as the upper limit.

Value

A logical vector of the same length as .x.

Examples

1
2
1 %outside% c(2, 5)
1 %inside% c(2, 5)

markusdumke/fluid documentation built on Sept. 24, 2019, 11 p.m.