vrf {tsvr} | R Documentation |
Compute the frequency-specific variance ratio
Description
This function computes the frequency-specific variance ratio for a community in a single plot.
Usage
vrf(X)
Arguments
X |
a matrix with counts or densities arranged in species by time step |
Value
vrf
returns a list consisting of
frequency |
a vector from 0 to 1 (not including 0 and 1) |
vr |
a vector of frequency-specific or frequency-decomposition of VR |
Author(s)
Lei Zhao, lei.zhao@cau.edu.cn; Daniel Reuman, reuman@ku.edu
References
<Lei's paper>
See Also
Examples
X<-matrix(runif(200,1,100), 10, 20)
ans<-vrf(X)
[Package tsvr version 1.0.2 Index]