Compute the co-occurrence of all pairs of species.
Usage
cooccurrence_core(mat_pa)
cooccurrence_triplet_core(mat_pa)
Arguments
- mat_pa
presence absence matrix (sites as rows and species as columns).
Value
A dataframe with all the combinaisons of species and the counts associated.
A dataframe with all triplets of species and the counts associated.