assert_lower {arkhe} | R Documentation |
Check Numeric Relations
Description
Check Numeric Relations
Usage
assert_lower(x, y, ...)
assert_greater(x, y, ...)
Arguments
x , y |
A |
... |
Extra parameters to be passed to internal methods. |
Value
Throws an error, if any, and returns x
invisibly otherwise.
Author(s)
N. Frerebeau
See Also
Other checking methods:
assert_constant()
,
assert_dim()
,
assert_empty()
,
assert_infinite()
,
assert_length()
,
assert_missing()
,
assert_names()
,
assert_numeric
,
assert_package()
,
assert_square()
,
assert_type()
,
assert_unique()
[Package arkhe version 1.9.0 Index]