plotPareto
returns a graphical representation (at most 3D)
of the Pareto front.
plotPareto(ar, x, y, z = NULL, mode = TRUE)
The Pareto front chart.
A list as the megaAR
list returned by runTPLS
.
The criterion on the x axis. It can be one of the following: "I",
"Id", "D", "Ds", "A"
and "As"
.
The criterion on the y axis. It can be one of the following: "I",
"Id", "D", "Ds", "A"
and "As"
.
The criterion on the z axis. It can be one of the following: "I",
"Id", "D", "Ds", "A"
and "As"
.
When mode=True
the function returns a 3D interactive
chart. When mode=False
it returns a 2D chart in which the z
criteria
values are represented by a color scale.