is.rawrrChromatogram | R Documentation |
rawrrChromatogram
Function to check if an object is an instance of class rawrrChromatogram
is.rawrrChromatogram(x)
x |
x any R object to be tested. |
TRUE
or FALSE
Tobias Kockmann, 2020.
rawfile <- sampleFilePath()
C <- readChromatogram(rawfile, mass = 445.1181, tol = 10)
is.rawrrChromatogram(C[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.