without: Returns elements of vector 'x' without elements in 'y'.

View source: R/xegaPermGene.R

withoutR 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)

xegaPermGene documentation built on May 29, 2024, 3:13 a.m.