info.myobj {mscalib} | R Documentation |
access to the info field of the massvector.
## S3 method for class 'myobj': info(object,info,...)
... |
|
info |
info character. If missing function returns the current info. If not missing function returns massvector with new info field content. |
object |
massvector |
Witold Wolski wolski@molgen.mpg.de
data(mv1) info(mv1) mv1<-info(mv1,"testname")