plotDistribution {ecr} | R Documentation |
Plot distribution of EMOA indicators.
Description
Visualizes of empirical distributions of unary EMOA indicator
based on the results of computeIndicators
.
Usage
plotDistribution(
inds,
plot.type = "boxplot",
fill = "algorithm",
facet.type = "grid",
facet.args = list(),
logscale = character()
)
Arguments
inds |
[ |
plot.type |
[ |
fill |
[ |
facet.type |
[ |
facet.args |
[ |
logscale |
[ |
Value
[ggplot
]
See Also
Other EMOA performance assessment tools:
approximateNadirPoint()
,
approximateRefPoints()
,
approximateRefSets()
,
computeDominanceRanking()
,
emoaIndEps()
,
makeEMOAIndicator()
,
niceCellFormater()
,
normalize()
,
plotFront()
,
plotScatter2d()
,
plotScatter3d()
,
toLatex()