without {xegaGaGene} | 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 |
A vector. |
y |
A vector. |
Value
A vector.
Examples
a<-sample(1:15,15, replace=FALSE)
b<-c(1, 3, 5)
without(a, b)
[Package xegaGaGene version 1.0.0.1 Index]