Package: intervals 0.15.5

intervals: Tools for Working with Points and Intervals

Tools for working with and comparing sets of points and intervals.

Authors:Richard Bourgon [aut], Edzer Pebesma [cre]

intervals_0.15.5.tar.gz
intervals_0.15.5.zip(r-4.5)intervals_0.15.5.zip(r-4.4)intervals_0.15.5.zip(r-4.3)
intervals_0.15.5.tgz(r-4.4-x86_64)intervals_0.15.5.tgz(r-4.4-arm64)intervals_0.15.5.tgz(r-4.3-x86_64)intervals_0.15.5.tgz(r-4.3-arm64)
intervals_0.15.5.tar.gz(r-4.5-noble)intervals_0.15.5.tar.gz(r-4.4-noble)
intervals_0.15.5.tgz(r-4.4-emscripten)intervals_0.15.5.tgz(r-4.3-emscripten)
intervals.pdf |intervals.html
intervals/json (API)
NEWS

# Install 'intervals' in R:
install.packages('intervals', repos = c('https://edzer.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/edzer/intervals/issues

Uses libs:
  • c++– GNU Standard C++ Library v3
Datasets:
  • sgd - Yeast gene model sample data

On CRAN:

32 exports 11 stars 5.98 score 0 dependencies 83 dependents 127 scripts 10.4k downloads

Last updated 26 days agofrom:44ba83053c. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 23 2024
R-4.5-win-x86_64OKAug 23 2024
R-4.5-linux-x86_64OKAug 23 2024
R-4.4-win-x86_64OKAug 23 2024
R-4.4-mac-x86_64OKAug 23 2024
R-4.4-mac-aarch64OKAug 23 2024
R-4.3-win-x86_64OKAug 23 2024
R-4.3-mac-x86_64OKAug 23 2024
R-4.3-mac-aarch64OKAug 23 2024

Exports:adjust_closureas.matrixclose_intervalsclosedclosed<-clusterscoercecontractdistance_to_nearestemptyexpandheadinitializeinterval_complementinterval_differenceinterval_includedinterval_intersectioninterval_overlapinterval_unionIntervalsIntervals_fullopen_intervalsplotreduceshowsizesplitttailtypetype<-which_nearest

Dependencies:

Overview of the intervals package.

Rendered fromintervals_overview.Rnwusingutils::Sweaveon Aug 23 2024.

Last update: 2014-09-19
Started: 2014-09-19

Readme and manuals

Help Manual

Help pageTopics
Tools for working with points and intervalsintervals-package intervals
Extract matrix of endpointsas.matrix as.matrix,Intervals_virtual-method as.matrix.Intervals_virtual
Combine different interval matrix objectsc c.Intervals c.Intervals_full
Re-represent integer intervals with open or closed endpointsadjust_closure adjust_closure,Intervals-method adjust_closure,Intervals_full-method close_intervals close_intervals,Intervals_virtual-method open_intervals open_intervals,Intervals_virtual-method
Identify clusters in a collection of positions or intervalsclusters clusters,Intervals_virtual-method clusters,numeric-method
Compute distance to nearest position in a set of intervalsdistance_to_nearest distance_to_nearest,Intervals_virtual_or_numeric,Intervals_virtual_or_numeric-method
Identify empty interval rowsempty empty,Intervals-method empty,Intervals_full-method
Expand or contract intervalscontract contract,Intervals_virtual-method expand expand,Intervals_virtual-method
Compute the complement of a set of intervalsinterval_complement interval_complement,Intervals_virtual-method
Compute set differenceinterval_difference interval_difference,Intervals_virtual,Intervals_virtual-method
Assess inclusion of one set of intervals with respect to anotherinterval_included interval_included,Intervals,Intervals-method interval_included,Intervals_full,Intervals_full-method
Compute the intersection of one or more sets of intervalsinterval_intersection interval_intersection,Intervals_virtual-method interval_intersection,missing-method
Assess overlap from one set of intervals to anotherinterval_overlap interval_overlap,ANY,missing-method interval_overlap,Intervals_virtual_or_numeric,Intervals_virtual_or_numeric-method interval_overlap,missing,ANY-method
Compute the union of intervals in one or more interval matricesinterval_union interval_union,Intervals_virtual-method interval_union,missing-method
Class "Intervals_virtual_or_numeric"Intervals_virtual_or_numeric-class
Class "Intervals_virtual"closed closed,Intervals_virtual-method coerce,Intervals_virtual,character-method head,Intervals_virtual-method initialize,Intervals_virtual-method Intervals_virtual-class is.na,Intervals_virtual-method show,Intervals_virtual-method t,Intervals_virtual-method tail,Intervals_virtual-method type type,Intervals_virtual-method type<- type<-,Intervals_virtual-method
Classes "Intervals" and "Intervals_full"closed<- closed<-,Intervals-method closed<-,Intervals_full-method coerce,Intervals,Intervals_full-method coerce,Intervals_full,Intervals-method initialize,Intervals-method initialize,Intervals_full-method Intervals Intervals-class Intervals_full Intervals_full-class [,Intervals-method [,Intervals_full-method [<-,Intervals,ANY,missing,Intervals_virtual-method [<-,Intervals_full,ANY,missing,Intervals_virtual-method
Plotting methods for interval objectsplot plot,Intervals,ANY-method plot,Intervals,missing-method plot,Intervals_full,ANY-method plot,Intervals_full,missing-method plot.Intervals plot.Intervals_full
Compactly re-represent the points in a set of intervalsreduce reduce,Intervals_virtual-method
Yeast gene model sample datasgd
Compute interval sizessize size,Intervals-method size,Intervals_full-method
Split an intervals object according to a factorsplit split,Intervals_virtual-method split.Intervals_virtual
Identify nearest member(s) in a set of intervalswhich_nearest which_nearest,Intervals_virtual,Intervals_virtual-method which_nearest,Intervals_virtual,numeric-method which_nearest,numeric,Intervals_virtual-method which_nearest,numeric,numeric-method