summary.cooccur {cooccur}R Documentation

Method to summarize co-occurrence patterns.

Description

Presents a count of positive, negative, random, and unclassified pairwise comparisons from a cooccurr object.

Usage

## S3 method for class 'cooccur'
summary(object, ...)

Arguments

object

Object of class cooccur.

...

Additional args

Author(s)

Daniel M Griffith

Examples

#data(finches)
#cooccur.finches <- cooccur(mat=finches,
#			   type="spp_site",
#			   thresh=TRUE,
#			   spp_names=TRUE)
#summary(cooccur.finches)

[Package cooccur version 1.3 Index]