intrval-package {intrval} | R Documentation |
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.
Details
The DESCRIPTION file:
Package: | intrval |
Type: | Package |
Title: | Relational Operators for Intervals |
Version: | 0.1-3 |
Date: | 2024-05-19 |
Author: | Peter Solymos |
Maintainer: | Peter Solymos <psolymos@gmail.com> |
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. |
License: | GPL-2 |
URL: | https://github.com/psolymos/intrval |
BugReports: | https://github.com/psolymos/intrval/issues |
LazyLoad: | yes |
LazyData: | true |
Index of help topics:
intrval Relational Operators Comparing Values to Intervals intrval-package Relational Operators for Intervals ovrlap Relational Operators Comparing Two Intervals
Relational operators for value-to-interval comparisons:
%[]%
and alikes.
Relational operators for interval-to-interval comparisons:
%[o]%
and alikes.
Negated value matching: %ni%
.
Author(s)
Peter Solymos
Maintainer: Peter Solymos <psolymos@gmail.com>
[Package intrval version 0.1-3 Index]