summary.rawrrChromatogram {rawrr} | R Documentation |
Text summary of chromatogram
## S3 method for class 'rawrrChromatogram' summary(object, ...)
object |
A |
... |
Function passes additional arguments. |
A rawrrChromatogram
object
C <- readChromatogram(rawfile = sampleFilePath(), mass = c(445.1181, 519.1367)) summary(C[[1]]) summary(C[[2]])