These methods subset Matrix-like data only keeping rows whose names are in common with some other data.
This is a shortcut for intersect(x, featureNames(y), ...)
.
1 2 3 4 5 6 7 8 |
x |
vectors (of the same mode) containing a sequence of items (conceptually) with no duplicated values. |
y |
vectors (of the same mode) containing a sequence of items (conceptually) with no duplicated values. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.