Description Usage Arguments Details Value Author(s) See Also Examples
Opposite of %in%
: If an element x is not in y, then returns TRUE
1 | x %notin% y
|
x |
Element to check if it is in y |
y |
Element to check if x is in |
name notin
Returns the elements of x not in y
Subhrangshu Nandi, PhD Statistics, UW Madison; snandi@wisc.edu or nands31@gmail.com
1 2 3 | x <- 3
y <- c(4, 1, 5, 6)
x \%notin\% y
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.