Learn R Programming

ffstream (version 0.1.7.2)

isInBoundsStrictly: Check if an argument is in the open set (lower, upper)

Description

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

Usage

isInBoundsStrictly(x, lower, upper)

Arguments

x

The value to check.

lower

The lower bound.

upper

The upper bound.