Learn R Programming

cooccur (version 1.3)

summary.cooccur: Method to summarize co-occurrence patterns.

Description

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

Usage

"summary"(object, ...)

Arguments

object
Object of class cooccur.
...
Additional args

Examples

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

Run the code above in your browser using DataLab