# NOT RUN {
# }
# NOT RUN {
# Map the first 100 points of the Sobol' sequence in 3D
# onto the unit simplex in 3D
library(randtoolbox)
des <- sobol(100,3)
des_simp <- CtoA(des)
pairs(des_simp,xlim=c(0,1),ylim=c(0,1),pch=16)
# }
Run the code above in your browser using DataLab