testDiffreport <- function() {
g <- group(faahko)
f <- fillPeaks(g)
d <- diffreport(f)
}
testAnova <- function() {
g <- group(faahko)
f <- fillPeaks(g)
sampclass(f) <- rep(1:4,3)
d <- diffreport(f)
d$anova
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.