cfly_pcp: Static plot: Parallel coordinates. Draw a parallel...

Description Usage Arguments Examples

Description

This really only a proof of concept, a truly useful PCP needs interaction, especially to move the variables around.

Usage

1
  cfly_pcp(cfly, index, ...)

Arguments

cfly

clusterfly object

index

clustering to use

...

other arguments passed to geom_line

Examples

1
2
3
4
5
6
if (require("ggplot2")) {
o <- olive_example()
cfly_pcp(o, "kmeans")
cfly_pcp(o, "kmeans", alpha = 1/10)
cfly_pcp(o, "kmeans", alpha = 1/10) + coord_flip()
}

ggobi/clusterfly documentation built on May 17, 2019, 3:10 a.m.