View source: R/PA.EMOA.plotScatter.R
plotFront | R Documentation |
The function expects a data.frame or a matrix. By default the first
2 or 3 columns/rows are assumed to contain the elements of the approximation sets.
Depending on the number of numeric columns (in case of a data.frame) or the
number of rows (in case of a matrix) the function internally calls
plotScatter2d
or plotScatter3d
.
plotFront(x, obj.names = NULL, minimize = TRUE, ...)
x |
[ |
obj.names |
[ |
minimize |
[ |
... |
[any] |
[ggplot
] ggplot object.
Other EMOA performance assessment tools:
approximateNadirPoint()
,
approximateRefPoints()
,
approximateRefSets()
,
computeDominanceRanking()
,
emoaIndEps()
,
makeEMOAIndicator()
,
niceCellFormater()
,
normalize()
,
plotDistribution()
,
plotScatter2d()
,
plotScatter3d()
,
toLatex()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.