Binary Search Tools


[Up] [Top]

Documentation for package ‘bsearchtools’ version 0.0.41

Help Pages

bsearchtools-package Binary Search Tools
AND Functions for row filters creation in 'DFI.subset'.
as.DFI Create a data.frame (or matrix) with indexes
bsearchtools Binary Search Tools
DFI Create a data.frame (or matrix) with indexes
DFI.getIndex Get index attribute of a DFI objects
DFI.indexes Get the indexes names of DFI objects
DFI.subset Subset a DFI object
EQ Functions for row filters creation in 'DFI.subset'.
IN Functions for row filters creation in 'DFI.subset'.
indexesEqualTo Find indexes of a value using binary search
indexesEqualToCharacter Find indexes of a value using binary search
indexesEqualToInteger Find indexes of a value using binary search
indexesEqualToLogical Find indexes of a value using binary search
indexesEqualToNumeric Find indexes of a value using binary search
indexesInRange Find indexes in a range using binary search
indexesInRangeCharacter Find indexes in a range using binary search
indexesInRangeInteger Find indexes in a range using binary search
indexesInRangeLogical Find indexes in a range using binary search
indexesInRangeNumeric Find indexes in a range using binary search
intersectIndexesList Intersection / union of list of indexes
is.DFI Create a data.frame (or matrix) with indexes
lb Binary search based lower bound operation
lbCharacter Binary search based lower bound operation
lbInteger Binary search based lower bound operation
lbLogical Binary search based lower bound operation
lbNumeric Binary search based lower bound operation
NOT Functions for row filters creation in 'DFI.subset'.
OR Functions for row filters creation in 'DFI.subset'.
print.DFI Create a data.frame (or matrix) with indexes
print.DFI.FEXPR Functions for row filters creation in 'DFI.subset'.
RG Functions for row filters creation in 'DFI.subset'.
toString.DFI.FEXPR Functions for row filters creation in 'DFI.subset'.
ub Binary search based upper bound operation
ubCharacter Binary search based upper bound operation
ubInteger Binary search based upper bound operation
ubLogical Binary search based upper bound operation
ubNumeric Binary search based upper bound operation
unionIndexesList Intersection / union of list of indexes