Nothing
# ===========================================================================
# File: "runit_gdi21.R"
# Created: 2012-11-13 11:28:57
# Last modification: 2013-04-20 11:07:30
# Author: Bernard Desgraupes
# e-mail: <bernard.desgraupes@u-paris10.fr>
# Unit test file for the R package clusterCrit.
# ===========================================================================
test.gdi21 <- function() {
dataPath <- file.path(path.package(package="clusterCrit"),"unitTests","data","testsInternal_400_4.Rdata")
load(file=dataPath, envir=.GlobalEnv)
idx <- intCriteria(traj_400_4, part_400_4[[4]], c("GDI21"))
cat(paste("\nFound idx =",idx))
val <- 2.52634597853241
cat(paste("\nShould be =",val,"\n"))
checkEqualsNumeric(idx[[1]],val)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.