range: Range helper functions

Description Usage Arguments Value Author(s) See Also Examples

Description

These functions help to work with numeric ranges.

Usage

1
2
3
between(x, range)

x %between% range

Arguments

x

numeric, input values.

range

numeric(2), range to compare against.

Value

logical vector of length length(x).

Author(s)

Sebastian Gibb

See Also

Other helper functions for developers: isPeaksMatrix(), rbindFill(), validPeaksMatrix(), vapply1c()

Examples

1
2
between(1:4, 2:3)
1:4 %between% 2:3

MsCoreUtils documentation built on Nov. 8, 2020, 10:59 p.m.