without | R Documentation |
x
without elements in y
.Returns elements of
vector x
without elements in y
.
without(x, y)
x |
A vector. |
y |
A vector. |
A vector.
a<-sample(1:15,15, replace=FALSE)
b<-c(1, 3, 5)
without(a, b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.