inst/unitTests/runit.rawMat.R

test.rawMat <- function() {
    file <- system.file('cdf/KO/ko15.CDF', package = "faahKO")
    xraw <- xcmsRaw(file)
    rawmat <- rawMat(xraw, c(200,300), c(2500,3000))
    checkEqualsNumeric(nrow(rawmat),31770)
}
sneumann/xcms-presvnbridge documentation built on May 30, 2019, 6:02 a.m.