multiUnion | R Documentation |
Union and intersection of multiple sets. These function generalize the standard functions
union
and intersect
.
multiUnion(setList)
multiIntersect(setList)
setList |
A list containing the sets to be performed upon. |
The union or intersection of the given sets.
Peter Langfelder
The "standard" functions union
and intersect
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.