plot.rawrrChromatogram | 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]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.