powered by
x
y
Returns elements of vector x without elements in y.
without(x, y)
Vector.
Other Utility: Decay()
Decay()
a<-sample(1:15,15, replace=FALSE) b<-c(1, 3, 5) without(a, b)
Run the code above in your browser using DataLab