# NOT RUN {
plotSimplex3D(simplex = labsimplex(n = 3, centroid = c(350, 11, 0.7),
stepsize = c(10, 0.5, 0.1),
var.name = c('temperature', 'pH',
'concentration')))
## Several options are posible when visualizing higher order simplexes
plotSimplex3D(simplex = labsimplex(n = 8))
plotSimplex3D(simplex = labsimplex(n = 8), sel.dim = c(4, 6, 8))
## Simplex movements can be visualized after some experiments has been
## performed
simplex <- exampleOptimization(surface = exampleSurfaceR3,
centroid = c(350, 11, 0.7),
stepsize = c(10, 0.5, 0.1),
experiments = 18)
plotSimplex3D(simplex = simplex, angle = 80)
# }
Run the code above in your browser using DataLab