ggplotLocalPCP: Local Multi-Objective PCP Visualizations

View source: R/ggplotPCP.R

ggplotLocalPCPR Documentation

Local Multi-Objective PCP Visualizations

Description

Returns a Local PCP (Parallel Coordinate Plot) visualization as a ggplot2::ggplot object for the given visualization data. Local PCPs highlight the different locally efficient sets.

Usage

ggplotLocalPCP(
  design,
  less,
  space = c("objective", "decision", "both"),
  scale = "uniminmax",
  alphaLines = 0.1,
  check.data = TRUE
)

Arguments

design

[list]

less

[list]

space

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

scale

[character]

alphaLines

[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.