in_range: returns whether x is within a specific delta range of y.

Description Usage Examples

View source: R/aaa.R

Description

returns whether x is within a specific delta range of y.

Usage

1
in_range(x, y, err = 1)

Examples

1
 in_range(4, 6, err = 2)

ifrit98/museR documentation built on May 25, 2020, 6:12 a.m.