Learn R Programming

cooccur (version 1.3)

obs.v.exp: 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 cooccur.

See Also

pair.profile,plot.cooccur

Examples

Run this code
#data(finches)
#cooccur.finches <- cooccur(mat=finches,
#			   type="spp_site",
#			   thresh=TRUE,
#			   spp_names=TRUE)
#obs.v.exp(cooccur.finches)

Run the code above in your browser using DataLab