pair.profile {cooccur} | R Documentation |
Plots a bar plot for visualizing the associations of each individual species from a cooccur
object.
pair.profile(mod)
mod |
Object of class |
Daniel M Griffith
#data(finches)
#cooccur.finches <- cooccur(mat=finches,
# type="spp_site",
# thresh=TRUE,
# spp_names=TRUE)
#pair.profile(cooccur.finches)