plotSimplexResponse {labsimplex} | R Documentation |
Plots the response versus the vertex number of a simplex optimization.
Description
The function generates a ggplot
object from an object with class
smplx
. The response is plotted against the vertex number.
Usage
plotSimplexResponse(x, ...)
Arguments
x |
object with class |
... |
other graphical parameters used in |
Details
If the simplex object being ploted was obtained using a variable size algorithm, some experimental points could be disregarded and will be shown with a red mark indicating that the vertex was not used in the obtention of new vertexes.
Value
Plot of response against vertex number.
Author(s)
Cristhian Paredes, craparedesca@unal.edu.co
Jesús Ágreda, jagreda@unal.edu.co
Examples
simplex <- exampleOptimization(surface = exampleSurfaceR3,
centroid = c(350, 11, 0.7),
stepsize = c(10, 0.5, 0.1),
experiments = 18, algor = 'variable')
plotSimplexResponse(simplex)
[Package labsimplex version 0.1.2 Index]