occurrence | R Documentation |
Co-Occurrence
occurrence(object, ...)
## S4 method for signature 'matrix'
occurrence(object)
## S4 method for signature 'data.frame'
occurrence(object)
object |
A |
... |
Currently not used. |
A co-occurrence matrix is a symmetric matrix with zeros on its main diagonal, which works out how many times each pairs of taxa/types occur together in at least one sample.
A stats::dist object.
N. Frerebeau
Other diversity measures:
heterogeneity()
,
plot_diversity
,
plot_rarefaction
,
profiles()
,
rarefaction()
,
richness()
,
she()
,
similarity()
,
simulate()
,
turnover()
## Data from Conkey 1980, Kintigh 1989
data("cantabria")
## Plot spot diagram of a co-occurrence matrix
occ <- occurrence(cantabria)
plot_spot(occ)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.