isAboveBound {ffstream}R 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.


[Package ffstream version 0.1.6 Index]