Learn R Programming

rtext (version 0.1.22)

is_between: function that checks is values are in between values

Description

function that checks is values are in between values

Usage

is_between(x, y, z)

Arguments

x

input vector

y

lower bound

z

upper bound