%bcin% | R Documentation |
This function provides a generic matching function for S4Vector objects primarily to avoid ambiguity.
x %bcin% table
x |
An |
table |
The set of |
#Test
Rle(c("A", "B", "C")) %bcin% Rle(c("A", "C"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.