is.rawrrSpectrum | 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
S <- rawrr::sampleFilePath() |> rawrr::readSpectrum(scan = 1:10)
rawrr::is.rawrrSpectrum(S[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.