obs.v.exp {cooccur} | R Documentation |
Function to plot a visualization of the observed versus expected oc-occurrences from an analysis stored in a coccurr
object.
Description
Plot the observed number of co-occurrences versus the number expected from the probability analysis in a cooccur object.
Usage
obs.v.exp(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)
#obs.v.exp(cooccur.finches)
[Package cooccur version 1.3 Index]