is.rawrrChromatogram {rawrr} | 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]])