View source: R/PA.EMOA.plotScatter3d.R
plotScatter3d | R Documentation |
Given a data frame with the results of (multiple) runs of (multiple) different three-objective optimization algorithms on (multiple) problem instances the function generates 3D scatterplots of the obtained Pareto-front approximations.
plotScatter3d(
df,
obj.cols = c("f1", "f2", "f3"),
max.in.row = 4L,
package = "scatterplot3d",
...
)
df |
[ |
obj.cols |
[ |
max.in.row |
[ |
package |
[ |
... |
[any] |
Nothing
Other EMOA performance assessment tools:
approximateNadirPoint()
,
approximateRefPoints()
,
approximateRefSets()
,
computeDominanceRanking()
,
emoaIndEps()
,
makeEMOAIndicator()
,
niceCellFormater()
,
normalize()
,
plotDistribution()
,
plotFront()
,
plotScatter2d()
,
toLatex()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.