jaccard | R Documentation |
The 'jaccard' function calculates the Jaccard Index of two sets.
jaccard(x, y)
x, y |
Vectors of the same mode containing a sequence of non-duplicated items. |
The Jaccard Index as a numeric value.
## NOT RUN # jaccard(1:10, 1:20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.