This function provides the reciprocal of %bcin% for S4Vector objects primarily to avoid ambiguity.

x %bcni% 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")) %bcni% Rle(c("A", "C"))