powered by
Performs set outersection on two vectors. The opposite operation from intersect!
intersect
outersect(x, y)
a vector of the non-common elements of x and y.
vectors
x = 1:10 y = 2:11 # c(1,11) outersect(x,y)
Run the code above in your browser using DataLab