test/debug1.R

# clustering function or something bug

library(devtools)
load_all(".")

#############################################################################
##
if(1){
  d <- 2
  set.seed(3)
  n <- 200
  x <- matrix(runif(d*n), ncol=d)
  z <- internalise_pp(x)
  e<-clustfun(x)
  plot(e)  
}
antiphon/SGCS documentation built on May 10, 2019, 12:19 p.m.