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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.