vreq_LdM_methods {tsvr} | R Documentation |
Basic methods for the vreq_LdM
class
Description
Set, get, summary, and print methods for the vreq_LdM
class.
Usage
## S3 method for class 'vreq_LdM'
summary(object, ...)
## S3 method for class 'vreq_LdM'
print(x, ...)
## S3 method for class 'vreq_LdM'
set_com(obj, newval)
## S3 method for class 'vreq_LdM'
set_comnull(obj, newval)
## S3 method for class 'vreq_LdM'
set_vr(obj, newval)
## S3 method for class 'vreq_LdM'
get_com(obj)
## S3 method for class 'vreq_LdM'
get_comnull(obj)
## S3 method for class 'vreq_LdM'
get_vr(obj)
Arguments
object , x , obj |
An object of class |
... |
Not currently used. Included for argument consistency with existing generics. |
newval |
A new value, for the |
Value
summary.vreq_LdM
produces a summary of a vreq_LdM
object.
A print.vreq_LdM
method is also available. For vreq_LdM
objects,
set_*
and get_*
methods are available for all slots (see
the documentation for vreq_LdM
for a list). The set_*
methods
just throw an error, to prevent breaking the consistency between the
slots of a vreq_LdM
object.
Author(s)
Daniel Reuman, reuman@ku.edu
References
Loreau & Mazancourt, Species Synchrony and Its Drivers: Neutral and Nonneutral Community Dynamics in Fluctuating Environments. 2008, Am. Nat. 172(2)
See Also
Examples
X<-matrix(runif(10*100),10,100)
res<-vreq_LdM(X)
print(res)
summary(res)
[Package tsvr version 1.0.2 Index]