Nothing
# ===========================================================================
# File: "runit_trace_wib.R"
# Created: 2012-11-13 11:28:57
# Last modification: 2015-08-31 10:09:41
# Author: Bernard Desgraupes
# e-mail: <bernard.desgraupes@u-paris10.fr>
# Unit test file for the R package clusterCrit.
# ===========================================================================
test.trace_wib <- 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("Trace_WiB"))
cat(paste("\nFound idx =",idx))
val <- 60.2027688244469
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.