outersect | R Documentation |
Find values not shared between two vectors
outersect(x, y)
x |
vector |
y |
vector |
vector of values not present in both vectors
x <- c(1,2,3,4)
y <- c(1,3,5,7)
outersect(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.