a logical specifying if the value is inside the interval
[low.thres,high.thres) (default behaviour) or inside the interval
[low.thres,high.thres] if include.high.value is TRUE.
Arguments
value
numeric
low.thres
numeric. Lower boundary of the interval.
high.thres
numeric. Upper boundary of the interval.
include.high.value
logical. Whether the upper bound is included in the
interval or not. Default value: FALSE.