| tsvreq_classic | R Documentation |
tsvreq_classic S3 classThe tsvreq_classic (timescale-specific variance ratio equation, classic variance
ratio) class is for storing functional equations based on a timescale specific version of
the classic variance ratio. Inherits from tsvreq, which inherits from list.
tsvreq_classic(X)
X |
a matrix with counts or densities arranged in species by time step |
tsvreq_classic returns a tsvreq_classic object. Slots are:
ts |
a vector of timescales |
com |
a timescale-specific decomposition of CVcom2 |
comnull |
a timescale-specific decomposition of CVcomip2 |
tsvr |
a timescale-specific version of the classic variance ratio |
wts |
a vector of weights, same length as all the above |
Daniel Reuman, reuman@ku.edu
Zhao et al, (In prep) Decomposition of the variance ratio illuminates timescale-specific population and community variability.
tsvreq_classic_methods, tsvreq, vreq_classic,
browseVignettes("tsvr")
X<-matrix(runif(10*100),10,100) res<-tsvreq_classic(X)