set_compare | R Documentation |
Given two sets s1 and s2, print four values:
the number of s1 not in s2
the number of s1 in s2
the number of s2 in s1
the number of s2 not in s1
The second and third values will be the same when there are no duplicates, but otherwise could be different.
set_compare(s1, s2)
s1 |
first set. |
s2 |
second set. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.