plot.rawrrChromatogram {rawrr} | R Documentation |
rawrrChromatogram
objectsPlot rawrrChromatogram
objects
## S3 method for class 'rawrrChromatogram' plot(x, legend = TRUE, ...)
x |
A |
legend |
Should legend be printed? |
... |
Passes additional arguments. |
This function creates a plot.
Tobias Kockmann, 2020.
rawfile <- sampleFilePath() C <- readChromatogram(rawfile, mass = 445.1181, tol = 10) plot(C[[1]])