| plotScatter3d {ecr} | R Documentation | 
Visualize three-objective Pareto-front approximations.
Description
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.
Usage
plotScatter3d(
  df,
  obj.cols = c("f1", "f2", "f3"),
  max.in.row = 4L,
  package = "scatterplot3d",
  ...
)
Arguments
| df | [ | 
| obj.cols | [ | 
| max.in.row | [ | 
| package | [ | 
| ... | [any] | 
Value
Nothing
See Also
Other EMOA performance assessment tools: 
approximateNadirPoint(),
approximateRefPoints(),
approximateRefSets(),
computeDominanceRanking(),
emoaIndEps(),
makeEMOAIndicator(),
niceCellFormater(),
normalize(),
plotDistribution(),
plotFront(),
plotScatter2d(),
toLatex()