grapes-inr-grapes: Check that value is in a range

%inr%R Documentation

Check that value is in a range

Description

A shortcut for x >= a | x <= b.

Usage

x %inr% range

Arguments

x

numeric values

range

a vector of length two, of the form c(a,b)

Value

a vector of logicals 1:10

Author(s)

Simon Barthelme


imager documentation built on May 31, 2023, 8:56 p.m.