pair.attributes: Function to create a species-wise summary of co-occurrence...

Description Usage Arguments Value Author(s) Examples

View source: R/pair.attributes.R

Description

Summarizes the positive, negative, and random interactions for each species in an cooccur analysis.

Usage

1

Arguments

mod

Object of class cooccur.

Value

Returns a data.frame with the percentage of "pos", "neg", "rand" associations that each species ("spp") participates in. Columns with the prefix "num_" are counts.

Author(s)

Daniel M. Griffith

Examples

1
2
3
4
5
6
#data(finches)
#cooccur.finches <- cooccur(mat=finches,
#			   type="spp_site",
#			   thresh=TRUE,
#			   spp_names=TRUE)
#pair.attributes(cooccur.finches)

griffithdan/cooccur documentation built on May 17, 2019, 8:37 a.m.