ggplotGlobalPCP: Global Multi-Objective PCP Visualizations

View source: R/ggplotPCP.R

ggplotGlobalPCPR Documentation

Global Multi-Objective PCP Visualizations

Description

Returns a Global PCP (Parallel Coordinate Plot) visualization as a ggplot2::ggplot object for the given visualization data. Global PCPs only show the Pareto front, i.e., the globally efficient points.

Usage

ggplotGlobalPCP(
  design,
  space = c("objective", "decision", "both"),
  scale = "uniminmax",
  alphaLines = 0.2,
  nondominated_ids = NULL,
  check.data = TRUE
)

Arguments

design

[list]

space

"objective" || "decision" || "both"

scale

[character]

alphaLines

[numeric]

nondominated_ids

⁠NULL ||⁠[numeric]

check.data

[logical]
Should sanity checks be performed? The default is TRUE. Note that the checks should only be turned off (e.g., for a slight speed up), if you are sure that you provide the input data in the correct format.


kerschke/moPLOT documentation built on Aug. 23, 2023, 7:37 p.m.