isInBounds {ffstream}R Documentation

Check if an argument is in the closed set [lower, upper]

Description

Function to check that a value x is between two values.

Usage

isInBounds(x, lower, upper)

Arguments

x

The value to check.

lower

The lower bound.

upper

The upper bound.


[Package ffstream version 0.1.6 Index]