obs.v.exp: Function to plot a visualization of the observed versus...

Description Usage Arguments Author(s) See Also Examples

Description

Plot the observed number of co-occurrences versus the number expected from the probability analysis in a cooccur object.

Usage

1
obs.v.exp(mod)

Arguments

mod

Object of class cooccur.

Author(s)

Daniel M Griffith

See Also

pair.profile,plot.cooccur

Examples

1
2
3
4
5
6
#data(finches)
#cooccur.finches <- cooccur(mat=finches,
#			   type="spp_site",
#			   thresh=TRUE,
#			   spp_names=TRUE)
#obs.v.exp(cooccur.finches)

cooccur documentation built on May 2, 2019, 6:44 a.m.