Learn R Programming

arkhe (version 1.4.0)

check-numeric-comparison: Check Numeric Relations

Description

Check Numeric Relations

Usage

assert_lower(x, y, ...)

assert_greater(x, y, ...)

Value

Throws an error, if any, and returns x invisibly otherwise.

Arguments

x, y

A numeric object to be checked.

...

Extra parameters to be passed to internal methods.

Author

N. Frerebeau

See Also

Other validation methods: check-attribute, check-data, check-matrix, check-numeric-trend, check-numeric, check-type, needs(), validate()