vreq_LdM {tsvr} | R Documentation |
Creator function of vreq_LdM
S3 class
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
vreq_LdM(X)
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
X<-matrix(runif(10*100),10,100)
res<-vreq_LdM(X)
[Package tsvr version 1.0.2 Index]