Rdocumentation
powered by
Learn R Programming
dChipIO (version 0.1.5)
.argAssertRange: A private function
Description
A private function.
Usage
.argAssertRange(x, range, ...)
Arguments
x
A
numeric
vector
to be validated.
range
A
numeric
vector
of length two.
...
Not used.
Value
Returns
x
if valid, otherwise an error is thrown.