Rdocumentation
powered by
Learn R Programming
omics (version 0.1-5)
setutils: Set Operations on Multiple Vectors
Description
Performs set operations on multiple vectors.
Usage
mintersect(..., sorted=FALSE)
munion(..., sorted=FALSE)
Arguments
...
input vectors
sorted
whether the result should be sorted
Value
Set intersection or union of the given vectors
See Also
intersect
and
union