rIntervalTree: An Interval Tree Tool for Real Numbers

This tool can be used to build binary interval trees using real number inputs. The tree supports queries of intervals overlapping a single number or an interval (start, end). Intervals with same bounds but different names are treated as distinct intervals. Insertion of intervals is also allowed. Deletion of intervals is not implemented at this point. See Mark de Berg, Otfried Cheong, Marc van Kreveld, Mark Overmars (2008). Computational Geometry: Algorithms and Applications, for a reference.

Version: 0.1.0
Imports: methods
Published: 2019-04-23
Author: Shuye Pu [aut, cre]
Maintainer: Shuye Pu <shuye2009 at gmail.com>
License: GPL-2
NeedsCompilation: no
Materials: NEWS
CRAN checks: rIntervalTree results

Documentation:

Reference manual: rIntervalTree.pdf

Downloads:

Package source: rIntervalTree_0.1.0.tar.gz
Windows binaries: r-devel: rIntervalTree_0.1.0.zip, r-release: rIntervalTree_0.1.0.zip, r-oldrel: rIntervalTree_0.1.0.zip
macOS binaries: r-release (arm64): rIntervalTree_0.1.0.tgz, r-oldrel (arm64): rIntervalTree_0.1.0.tgz, r-release (x86_64): rIntervalTree_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rIntervalTree to link to this page.