Learn R Programming

intrval (version 1.0-0)

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

513

Version

1.0-0

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Peter Solymos

Last Published

July 14th, 2025

Functions in intrval (1.0-0)

intrval-options

Global options for the intrval package
ovrlap

Relational Operators Comparing Two Intervals
%ni%

Negated Value Matching
%[c]%

Dividing a Range Into 3 Intervals
intrval-package

tools:::Rd_package_title("intrval")
intrval

Relational Operators Comparing Values to Intervals