without {xegaPermGene} | R Documentation |
x
without elements in y
.Returns elements of
vector x
without elements in y
.
without(x, y)
x |
Vector. |
y |
Vector. |
Vector.
Other Utility:
Decay()
a<-sample(1:15,15, replace=FALSE)
b<-c(1, 3, 5)
without(a, b)