Description Usage Arguments Value Author(s) Examples
Summarizes the positive, negative, and random interactions for each species in an cooccur analysis.
1 | pair.attributes(mod)
|
mod |
Object of class |
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.
Daniel M. Griffith
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.