inInterval: Check if entries of a vector are contained in an interval

Description Usage Arguments Value

Description

Check if entries of a vector are contained in an interval

Usage

1
inInterval(x, int)

Arguments

x

Vector with entries which should be checked

int

Interval given by a vector of two length 2, the first entry is the lower bound, the second entry is the upper bound

Value

Boolean vector indicating if the elements of x are contained in the interval


szugat/predfat documentation built on May 31, 2019, 12:50 a.m.