Learn R Programming

ffstream (version 0.1.7.2)

inbounds: Check if a value is inside bounds

Description

Function to check that a value x is between two values

Usage

inbounds(x, low_bound, up_bound)

Arguments

x

The value to check.

low_bound

The lower bound.

up_bound

The upper bound.