info.myobj {mscalib}R Documentation

Info Acces

Description

access to the info field of the massvector.

Usage

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

Arguments

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

Author(s)

Witold Wolski wolski@molgen.mpg.de

Examples

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

[Package Contents]