# NOT RUN {
n<-5
set.seed(1)
dat<-rbind(runifTe.onesixth(n)$gen.points,runifTe(n)$gen.points)
IndCS.Te.onesixth(dat[1,],dat[2,])
IndCS.Te.onesixth(dat[1,],dat[1,])
IndCS.Te.onesixth(dat[1,],dat[9,])
IndCS.Te.onesixth(c(.2,.5),dat[2,])
IndCS.Te.onesixth(c(.2,.5),c(.2,.5))
set.seed(1)
dat<-runifTe(10)$gen.points
IndCS.Te.onesixth(dat[1,],dat[2,])
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab