mget.massvector {mscalib} | R Documentation |
Field Access
Description
Access to the fields in the massvector
Usage
## S3 method for class 'massvector':
mget(object,attrn,...)
Arguments
... |
further parameters |
attrn |
The value of which field to return. If missing the fields of the objects are returned. |
object |
massvector |
Value
xxx |
depends which field in the massvector are accessed. |
Author(s)
Witold Wolski wolski@molgen.mpg.de
Examples
data(mv1)
mget(mv1,"info")
mget(mv1,"peaks")
[Package
mscalib version 0.5.9
Index]