Learn R Programming

ffstream (version 0.1.7.2)

isAboveBound: 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.