outersect | R Documentation |
Performs set outersection on two vectors. The opposite operation from
intersect
!
outersect(x, y)
x , y |
vectors |
a vector of the non-common elements of x and y.
intersect
x = 1:10
y = 2:11
# c(1,11)
outersect(x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.