vreq_LdM: Creator function of 'vreq_LdM' S3 class

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/vreq_LdM.R

Description

The vreq_LdM (variance ratio equation, Loreau-de Mazancourt variance ratio) class is for storing equations based on the L-dM variance ratio. Inherits from the vreq class, which inherits from the list class.

Usage

1

Arguments

X

A matrix with counts or densities arranged in species by years

Value

vreq_LdM returns a vreq_LdM object. Slots are:

com

the squared community CV, CVcom2

comnull

CVpop2

vr

the L-dM variance ratio

Author(s)

Daniel Reuman, reuman@ku.edu

References

Loreau & Mazancourt, Species Synchrony and Its Drivers: Neutral and Nonneutral Community Dynamics in Fluctuating Environments. 2008, Am. Nat. 172(2)

See Also

vreq_LdM_methods, vreq_classic, vreq, browseVignettes("tsvr")

Examples

1
2
X<-matrix(runif(10*100),10,100)
res<-vreq_LdM(X)

reumandc/tsvr documentation built on Jan. 17, 2021, 10:32 p.m.