This function checks if a number is within a specified range. This function
is vectorized in a way such that either or both lowerbound and upperbound
can be length 1 or the same length as the input vector.
Usage
isBound(num, lowerbound, upperbound)
Value
A logical vector indicating whether each element is within the
specified range.