x_ab {cutoff} | R Documentation |
Return x Between a and b
x_ab(x, a, b, include = "l")
x |
numeric vector |
a |
one number |
b |
one number |
include |
The direction of a and b. Any left letter of lower or upper |
values of x between a and b
x_ab(mtcars$disp,150,190)