isAboveBound: Check if an argument above a certain value

View source: R/utils.R

isAboveBoundR Documentation

Check if an argument above a certain value

Description

Function to check that a value x is above a certain lower bound.

Usage

isAboveBound(x, lower)

Arguments

x

The value to check.

lower

The lower bound.


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