| vreq_LdM | R Documentation |
vreq_LdM S3 classThe 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.
vreq_LdM(X)
X |
A matrix with counts or densities arranged in species by years |
vreq_LdM returns a vreq_LdM object. Slots are:
com |
the squared community CV, CVcom2 |
comnull |
CVpop2 |
vr |
the L-dM variance ratio |
Daniel Reuman, reuman@ku.edu
Loreau & Mazancourt, Species Synchrony and Its Drivers: Neutral and Nonneutral Community Dynamics in Fluctuating Environments. 2008, Am. Nat. 172(2)
vreq_LdM_methods, vreq_classic, vreq,
browseVignettes("tsvr")
X<-matrix(runif(10*100),10,100) res<-vreq_LdM(X)