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

View source: R/utils.R

isInBoundsStrictlyR Documentation

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.


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