This function provides a generic matching function for S4Vector objects primarily to avoid ambiguity.

x %bcin% table

Arguments

x

An S4Vector object to search for in table.

table

The set of S4Vector objects to serve as the base for the match function.

Examples


#Test
Rle(c("A", "B", "C")) %bcin% Rle(c("A", "C"))