Learn R Programming

queryBuilder (version 0.1.0)

in_range: Check if value fits to a range

Description

Check if value fits to a range

Usage

in_range(x, range)

Value

A logical vector indicating which elements of x fit into the specified range.

Arguments

x

Numeric value.

range

Vector of length 2, storing range change limits.