mget.massvector {mscalib} | R Documentation |
Access to the fields in the massvector
## S3 method for class 'massvector': mget(object,attrn,...)
... |
further parameters |
attrn |
The value of which field to return. If missing the fields of the objects are returned. |
object |
massvector |
xxx |
depends which field in the massvector are accessed. |
Witold Wolski wolski@molgen.mpg.de
data(mv1) mget(mv1,"info") mget(mv1,"peaks")