inbounds: Check if a value is inside bounds

View source: R/originalRcode.R

inboundsR Documentation

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.


ffstream documentation built on May 31, 2023, 7:53 p.m.