Learn R Programming

intrval (version 0.1-3)

Relational Operators for Intervals

Description

Evaluating if values of vectors are within different open/closed intervals (`x %[]% c(a, b)`), or if two closed intervals overlap (`c(a1, b1) %[]o[]% c(a2, b2)`). Operators for negation and directional relations also implemented.

Copy Link

Version

Install

install.packages('intrval')

Monthly Downloads

351

Version

0.1-3

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

May 20th, 2024

Functions in intrval (0.1-3)

intrval-package

tools:::Rd_package_title("intrval")
%[c]%

Dividing a Range Into 3 Intervals
%ni%

Negated Value Matching
intrval

Relational Operators Comparing Values to Intervals
ovrlap

Relational Operators Comparing Two Intervals