vreq_classic: Creator function of 'vreq_classic' S3 class

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

View source: R/vreq_classic.R

Description

The vreq_classic (variance ratio equation, classic variance ratio) class is for storing equations based on the classic variance ratio. Inherits from the vreq class, which inherits from the list class.

Usage

1

Arguments

X

A matrix with counts or densities arranged in species by years

Value

vreq_classic returns a vreq_classic object. Slots are:

com

the squared community CV, CVcom2

comnull

CVcomip2

vr

the classic variance ratio

Author(s)

Daniel Reuman, reuman@ku.edu

References

Peterson (1975) Stability of species and of community for the benthos of two lagoons. Ecology 56, 958-965.

See Also

vreq_classic_methods, vreq, vreq_LdM, vreq_classic_ag_methods, browseVignettes("tsvr")

Examples

1
2
X<-matrix(runif(10*100),10,100)
res<-vreq_classic(X)

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