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)

yikeshu0611/cutoff documentation built on Dec. 4, 2019, 6:26 a.m.