pair.profile {cooccur} | R Documentation |
Function to produce a visualization of species contributions to co-occurrence patterns.
Description
Plots a bar plot for visualizing the associations of each individual species from a cooccur
object.
Usage
pair.profile(mod)
Arguments
mod |
Object of class |
Author(s)
Daniel M Griffith
See Also
Examples
#data(finches)
#cooccur.finches <- cooccur(mat=finches,
# type="spp_site",
# thresh=TRUE,
# spp_names=TRUE)
#pair.profile(cooccur.finches)
[Package cooccur version 1.3 Index]