jaccard | R Documentation |
This function calculates Jaccard indices between pairs of sets.
jaccard(x)
x |
list, a collect of sets. |
A matrix of pairwise Jaccard indices.
Minghui Wang <minghui.wang@mssm.edu>
## Not run:
#set up fake data
x=list(S1=letters[1:20], S2=letters[10:26], S3=sample(letters,10), S4=sample(letters,10))
jaccard(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.