Description Usage Arguments Details Value Author(s) Examples
Utility function to calculate intersection and setdiffs for two vectors
1 |
A |
a vector |
B |
a vector of the same type as A |
quiet |
suppress printing if TRUE |
Originally from randomFunctions
a list with three elements: A is setdiff(A,B). int is intersect(A,B). B is setdiff(B,A)
Chris Wallace
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.