ggplotGlobalPCP | R Documentation |
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.
ggplotGlobalPCP(
design,
space = c("objective", "decision", "both"),
scale = "uniminmax",
alphaLines = 0.2,
nondominated_ids = NULL,
check.data = TRUE
)
design |
[ |
space |
|
scale |
[ |
alphaLines |
[ |
nondominated_ids |
|
check.data |
[ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.