Learn R Programming

tsvr (version 1.0.2)

vrf: 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

References

<Lei's paper>

See Also

vr

Examples

Run this code
# NOT RUN {
X<-matrix(runif(200,1,100), 10, 20)
ans<-vrf(X)

# }

Run the code above in your browser using DataLab