| x_ab {cutoff} | R Documentation | 
Return x Between a and b
Description
Return x Between a and b
Usage
x_ab(x, a, b, include = "l")
Arguments
| x | numeric vector | 
| a | one number | 
| b | one number | 
| include | The direction of a and b. Any left letter of lower or upper | 
Value
values of x between a and b
Examples
x_ab(mtcars$disp,150,190)
[Package cutoff version 1.3 Index]