Learn R Programming

multiDoE (version 0.9.4)

plotPareto: 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)

Value

The Pareto front chart.

Arguments

ar

A list as the megaAR list returned by runTPLS.

x

The criterion on the x axis. It can be one of the following: "I", "Id", "D", "Ds", "A" and "As".

y

The criterion on the y axis. It can be one of the following: "I", "Id", "D", "Ds", "A" and "As".

z

The criterion on the z axis. It can be one of the following: "I", "Id", "D", "Ds", "A" and "As".

mode

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.