crosscheck | R Documentation |
This function can be used to check interactively whether elements from array x don't belong to array y.
crosscheck(x, y)
x |
an array.
y |
an array.
x <- 1:10
y <- 6:15
crosscheck(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.