op_match: Matching operator (x not in y) oposed to the '%in%'-operator...

Description Usage Arguments Value Author(s) See Also Examples

Description

Matching operator

Usage

1
x %ni% y

Arguments

x

vector

y

vector of same type as x

Value

A logical vector.

Author(s)

Klaus K. Holst

See Also

match

Examples

1
1:10 %ni% c(1,5,10)

lava documentation built on May 2, 2019, 4:49 p.m.