vrf: Compute the frequency-specific variance ratio

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

View source: R/vrf.R

Description

This function computes the frequency-specific variance ratio for a community in a single plot.

Usage

1
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

vr

Examples

1
2
X<-matrix(runif(200,1,100), 10, 20)
ans<-vrf(X)

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