notin {lvmisc} | R Documentation |
Value matching
Description
Value matching
Usage
x %!in% table
Arguments
x |
Vector with the values to be matched. |
table |
Vector with the values to be matched against. |
Value
A logical vector indicating which values are not in table
.
See Also
Examples
x <- 8:12
x %!in% 1:10
[Package lvmisc version 0.1.2 Index]