Description Usage Arguments Value Examples
View source: R/scclusterboot.R
Calculate jaccard distance for two sets of character vectors
1 | JaccardSets(set1, set2)
|
set1 |
character vector 1 |
set2 |
character vector 2 |
jaccard distance
1 | JaccardSets(sample(LETTERS, 10), sample(LETTERS, 10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.