vreq_classic_ag_methods: Basic methods for the 'vreq_classic_ag' class

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

Description

Set, get, summary, and print methods for the vreq_classic_ag class.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## S3 method for class 'vreq_classic_ag'
summary(object, ...)

## S3 method for class 'vreq_classic_ag'
print(x, ...)

## S3 method for class 'vreq_classic_ag'
set_com(obj, newval)

## S3 method for class 'vreq_classic_ag'
set_comnull(obj, newval)

## S3 method for class 'vreq_classic_ag'
set_vr(obj, newval)

## S3 method for class 'vreq_classic_ag'
set_ts(obj, newval)

## S3 method for class 'vreq_classic_ag'
get_com(obj)

## S3 method for class 'vreq_classic_ag'
get_comnull(obj)

## S3 method for class 'vreq_classic_ag'
get_vr(obj)

## S3 method for class 'vreq_classic_ag'
get_ts(obj)

Arguments

object, x, obj

An object of class vreq_classic_ag

...

Not currently used. Included for argument consistency with existing generics.

newval

A new value, for the set_* methods

Value

summary.vreq_classic_ag produces a summary of a vreq_classic_ag object. A print.vreq_classic_ag method is also available. For vreq_classic_ag objects, set_* and get_* methods are available for all slots (see the documentation for aggts for a list). The set_* methods just throw an error, to prevent breaking the consistency between the slots of a vreq_classic_ag object.

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

aggts, tsvreq_classic, vreq_classic, vreq_LdM, vreq, browseVignettes("tsvr")

Examples

1
2
3
4
5
6
X<-matrix(runif(10*100),10,100)
h<-tsvreq_classic(X)
inp<-aggts(h,h$ts[h$ts>4])
print(inp)
summary(inp)
 

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