cfly_pcp {clusterfly} | R Documentation |
Draw a parallel coordinates plot, facetted across clustering.
cfly_pcp(cfly, index, ...)
cfly |
clusterfly object |
index |
clustering to use |
... |
other arguments passed to geom_line |
This really only a proof of concept, a truly useful PCP needs interaction, especially to move the variables around.
Hadley Wickham <h.wickham@gmail.com>