plotPareto {multiDoE} | R Documentation |
Graphical representation of the Pareto Front
Description
plotPareto
returns a graphical representation (at most 3D)
of the Pareto front.
Usage
plotPareto(ar, x, y, z = NULL, mode = TRUE)
Arguments
ar |
A list as the |
x |
The criterion on the x axis. It can be one of the following: |
y |
The criterion on the y axis. It can be one of the following: |
z |
The criterion on the z axis. It can be one of the following: |
mode |
When |
Value
The Pareto front chart.
[Package multiDoE version 0.9.4 Index]