Learn R Programming

cutoff (version 1.3)

x_ab: 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

Run this code
# NOT RUN {
x_ab(mtcars$disp,150,190)
# }

Run the code above in your browser using DataLab