mget.mylistobj {mscalib} | R Documentation |
Access to the fields in the mylistobj
## S3 method for class 'mylistobj': mget(object,attrn,...)
... |
further parameters |
attrn |
The of the field to access. If missing the fields of the objects are returned. |
object |
mylistobj |
mylistobj provides basic functionality for objects implemented using list to store the attributes.
xxx |
depends which field in the massvector are accessed. |
Witold Wolski wolski@molgen.mpg.de
data(mv1) res <- getrecalib(mv1) class(res) mget(mv1,"lenghtmv") mget(mv1,"Coef.Intercept")