grapes-bcin-grapes.Rd
This function provides a generic matching function for S4Vector objects primarily to avoid ambiguity.
x %bcin% table
An S4Vector object to search for in table.
S4Vector
table
The set of S4Vector objects to serve as the base for the match function.
#Test Rle(c("A", "B", "C")) %bcin% Rle(c("A", "C"))