peaks.massvector {mscalib}R Documentation

Data Access

Description

Access to the mass field of the massvector.

Usage

## S3 method for class 'massvector':
peaks(object,masses,...)

Arguments

...
masses matrix with masses in first column. If missing the matrix of the massvector is returned.
object massvector

Author(s)

Witold Wolski wolski@molgen.mpg.de

See Also

mass.massvector,

Examples

 mv1<-massvector()
 mv1<- peaks(mv1,cbind(1:10,1:10))
 peaks(mv1)

[Package Contents]