without {xegaPermGene} | R Documentation |
Returns elements of
vector x
without elements in y
.
Description
Returns elements of
vector x
without elements in y
.
Usage
without(x, y)
Arguments
x |
Vector. |
y |
Vector. |
Value
Vector.
See Also
Other Utility:
Decay()
Examples
a<-sample(1:15,15, replace=FALSE)
b<-c(1, 3, 5)
without(a, b)
[Package xegaPermGene version 1.0.0.0 Index]