tsvreq_classic: Creator function for the 'tsvreq_classic' S3 class

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

View source: R/tsvreq_classic.R

Description

The 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.

Usage

1

Arguments

X

a matrix with counts or densities arranged in species by time step

Value

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

Author(s)

Daniel Reuman, reuman@ku.edu

References

Zhao et al, (In prep) Decomposition of the variance ratio illuminates timescale-specific population and community variability.

See Also

tsvreq_classic_methods, tsvreq, vreq_classic, browseVignettes("tsvr")

Examples

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

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