info.mylistobj {mscalib} | R Documentation |
access to the info field of the mylistobj
## S3 method for class 'mylistobj': info(object,info , ...)
... |
|
info |
info character. If missing function returns the current info. If not missing function returns mylistobj with new info field content. |
object |
mylistobj |
mylistobj provides basic functionality for objects implemented using list to store the attributes.
Witold Wolski wolski@molgen.mpg.de
data(mv1) res <- getrecalib(mv1) info(res) res<-info(res,"testname")