info.mylistobj {mscalib}R Documentation

Info Acces

Description

access to the info field of the mylistobj

Usage

## S3 method for class 'mylistobj':
info(object,info , ...)

Arguments

...
info info character. If missing function returns the current info. If not missing function returns mylistobj with new info field content.
object mylistobj

Details

mylistobj provides basic functionality for objects implemented using list to store the attributes.

Author(s)

Witold Wolski wolski@molgen.mpg.de

Examples

 data(mv1)
 res <- getrecalib(mv1)
 info(res)
 res<-info(res,"testname")

[Package mscalib version 0.5.9 Index]