residuals.massvector {mscalib} | R Documentation |
Computes Residues of 2 massvectors.
## S3 method for class 'massvector': residuals(object,fmass,error=250,ppm=TRUE,uniq=TRUE,...)
... |
|
error |
the assumed difference between the aligned peaks either in ppm or in Da. |
fmass |
object of class massvector. |
object |
object of class massvector. Use constructor massvector() |
ppm |
logical; if TRUE then the error must be specified in ppm. |
uniq |
Computes the mass differences between aligned masses of two massvectorlists.
Witold Wolski wolski@molgen.mpg.de
data(mv1) data(mv2) plot(resid(mv1,mv2,error=250,uniq=TRUE))