# NOT RUN {
## generate default dataset
X <- aux.gensamples()
## run 5 times under the same setting
par(mfrow=c(1,5))
for (i in 1:5){
out = do.plp(X,ndim=2,type=c("proportion",0.2))
pm = paste("iteration ",i,sep="")
plot(out$Y[,1],out$Y[,2],main=pm)
}
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab