inrange: Check if the values of a vector v is in the given ranges.

Description Usage Arguments

Description

Check if the values of a vector v is in the given ranges.

Usage

1

Arguments

v

vector numeric

range

A string contains the numeric ranges in a form such as (low, up) for open range and [low, up] for close range. Multiple ranges should be separated by semi-columns which is equivalent to logical OR. e.g. (low1, up1); (low2, up2)


CC-HIC/ccdata documentation built on May 6, 2019, 9:23 a.m.