# NOT RUN {
simplex <- labsimplex(n = 3, start = c(7, 25, 0.15),
stepsize = c(0.2, 5, 0.02))
adjustVertex(simplex = simplex, newcoords = list(Vertex.1 = c(7.1, NA, NA),
Vertex.3 = c(6.9, NA, 0.155)),
overwrite = TRUE)
# }
Run the code above in your browser using DataLab