summary.cooccur {cooccur} | R Documentation |
Presents a count of positive, negative, random, and unclassified pairwise comparisons from a cooccurr
object.
## S3 method for class 'cooccur'
summary(object, ...)
object |
Object of class |
... |
Additional args |
Daniel M Griffith
#data(finches)
#cooccur.finches <- cooccur(mat=finches,
# type="spp_site",
# thresh=TRUE,
# spp_names=TRUE)
#summary(cooccur.finches)