intersect | R Documentation |
Performs set union and intersection on multiple input vectors.
union(x, y, ...)
intersect(x, y, ...)
x, y, ... |
vectors (of the same mode) containing a sequence of items (conceptually) with no duplicated values. |
These functions extend the the same functions in the base
package to handle more than two input vectors.
A vector of the same mode as x or y for intersect, and of a common mode for union.
Minghui Wang <minghui.wang@mssm.edu>, Bin Zhang <bin.zhang@mssm.edu>
Minghui Wang, Yongzhong Zhao, and Bin Zhang (2015). Efficient Test and Visualization of Multi-Set Intersections. Scientific Reports 5: 16923.
##not run##
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.