%inr% {imager} | 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
[Package imager version 1.0.2 Index]