is.rawrrSpectrum {rawrr} | R Documentation |
rawrrSpectrum
Function to check if an object is an instance of class rawrrSpectrum
is.rawrrSpectrum(x)
x |
any R object to be tested. |
TRUE
or FALSE
rawfile <- sampleFilePath() S <- readSpectrum(rawfile, scan = 1:10) is.rawrrSpectrum(S[[1]])