plotSimplexResponse: Plots the response versus the vertex number of a simplex...

Description Usage Arguments Details Value Author(s) Examples

View source: R/plotSimplexResponse.R

Description

The function generates a ggplot object from an object with class smplx. The response is plotted against the vertex number.

Usage

1

Arguments

x

object with class smplx containig the coordinates of the vertices and their responses.

...

other graphical parameters used in plot

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

1
2
3
4
5
  simplex <- exampleOptimization(surface = exampleSurfaceR3,
                                 centroid = c(350, 11, 0.7),
                                 stepsize = c(10, 0.5, 0.1),
                                 experiments = 18, algor = 'variable')
  plotSimplexResponse(simplex)

labsimplex documentation built on July 1, 2020, 9:08 p.m.