peaks.massvector {mscalib} | R Documentation |
Access to the mass field of the massvector.
## S3 method for class 'massvector': peaks(object,masses,...)
... |
|
masses |
matrix with masses in first column. If missing the matrix of the massvector is returned. |
object |
massvector |
Witold Wolski wolski@molgen.mpg.de
mv1<-massvector() mv1<- peaks(mv1,cbind(1:10,1:10)) peaks(mv1)