x_ab: Return x Between a and b

Description Usage Arguments Value Examples

View source: R/zp_x_ab.R

Description

Return x Between a and b

Usage

1
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

1
x_ab(mtcars$disp,150,190)

cutoff documentation built on Jan. 11, 2020, 9:39 a.m.

Related to x_ab in cutoff...