| normalize-Chromatogram {xcms} | R Documentation |
normalize normalizes the intensities of a chromatogram by dividing them
either by the maximum intensity (method = "max") or total intensity
(method = "sum") of the chromatogram.
## S4 method for signature 'Chromatogram'
normalize(object, method = c("max", "sum"))
## S4 method for signature 'MChromatograms'
normalize(object, method = c("max", "sum"))
object |
|
method |
|
the normalized input object.
Johannes Rainer