Learn R Programming

cooccur (version 1.3)

Probabilistic Species Co-Occurrence Analysis in R

Description

This R package applies the probabilistic model of species co-occurrence (Veech 2013) to a set of species distributed among a set of survey or sampling sites. The algorithm calculates the observed and expected frequencies of co-occurrence between each pair of species. The expected frequency is based on the distribution of each species being random and independent of the other species. The analysis returns the probabilities that a more extreme (either low or high) value of co-occurrence could have been obtained by chance. The package also includes functions for visualizing species co-occurrence results and preparing data for downstream analyses.

Copy Link

Version

Install

install.packages('cooccur')

Monthly Downloads

536

Version

1.3

License

GPL-2

Maintainer

Daniel Griffith

Last Published

February 9th, 2016

Functions in cooccur (1.3)

beetles

Beetle occurrence data from (Ulrich and Zalewski 2006).
pair.profile

Function to produce a visualization of species contributions to co-occurrence patterns.
coprob

Internal function, not intended for use by the user.
cooccur

A function to calculate pairwise co-occurrence patterns from a community dataset
coprobbase

Internal function, not intended for use by the user.
obs.v.exp

Function to plot a visualization of the observed versus expected oc-occurrences from an analysis stored in a coccurr object.
pair.attributes

Function to create a species-wise summary of co-occurrence patterns.
print.cooccur

Print significant pairwise species results.
summary.cooccur

Method to summarize co-occurrence patterns.
plot.cooccur

Function for producing a heatmap co-occurrence visualization.
finches

Finch occurrence data from (Sanderson 2000).
effect.sizes

Function to extract species pairwise effect sizes from an object of class cooccur.
create.N.matrix

Function to create spp x spp matrix of potential co-occurring sites (N) from a potential spp x site matrix.
rodents

Rodent occurrence data from (Brown and Kurzius 1987).
pair

Function to examine co-occurrence patterns for an individual species.
cooccur-package

cooccur: Probabilistic Species Co-occurrence Analysis in R
prob.table

Function to extract the probability table from an analysis of species co-occurrence.