cooccurrence_core: Co-occurrence analysis.

View source: R/RcppExports.R

cooccurrence_coreR Documentation

Co-occurrence analysis.

Description

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.


KevCaz/ecoocc documentation built on May 24, 2023, 1:43 p.m.