vreq_methods {tsvr} | R Documentation |
Basic methods for the vreq
class
Description
Set, get, summary, and print methods for the vreq
class.
Usage
## S3 method for class 'vreq'
summary(object, ...)
## S3 method for class 'vreq'
print(x, ...)
## S3 method for class 'vreq'
set_com(obj, newval)
## S3 method for class 'vreq'
set_comnull(obj, newval)
## S3 method for class 'vreq'
set_vr(obj, newval)
## S3 method for class 'vreq'
get_com(obj)
## S3 method for class 'vreq'
get_comnull(obj)
## S3 method for class 'vreq'
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
produces a summary of a vreq
object.
A print.vreq
method is also available. For vreq
objects,
set_*
and get_*
methods are available for all slots (see
the documentation for vreq
for a list). The set_*
methods
just throw an error, to prevent breaking the consistency between the
slots of a vreq
object.
Author(s)
Daniel Reuman, reuman@ku.edu
See Also
Examples
res<-vreq(com=2,comnull=1,vr=2)
print(res)
[Package tsvr version 1.0.2 Index]