| index_jaccard | R Documentation |
Jaccard Index
index_jaccard(x, y, ...)
## S4 method for signature 'character,character'
index_jaccard(x, y)
## S4 method for signature 'logical,logical'
index_jaccard(x, y)
## S4 method for signature 'numeric,numeric'
index_jaccard(x, y)
x, y |
A |
... |
Currently not used. |
Data are standardized on a presence/absence scale (0/1)
beforehand.
A numeric vector.
N. Frerebeau
Magurran, A. E. (1988). Ecological Diversity and its Measurement. Princeton, NJ: Princeton University Press. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/978-94-015-7358-0")}.
Other beta diversity measures:
index_binomial(),
index_brainerd(),
index_bray(),
index_cody(),
index_morisita(),
index_routledge,
index_sorenson(),
index_whittaker(),
index_wilson()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.