| ipcp | R Documentation |
ipcp creates an interactive parallel coordinates plot
ipcp(x, ...) ## Default S3 method: ipcp(x, ..., window, frame, flags)
x |
data frame, list of variables or the first column to plot |
... |
additional parameters or coordinates |
window |
window in which the plot will be placed or |
frame |
optional numeric vector with entries c(x, y, width, height) |
flags |
optional flags specifying the behavior when the
enclosing window is resized - see |
Object of the class iPCP (subclass of iPlot).
Left and right Arrow keys (aka cursor keys) can be used to
control the opacity of the lines.
iplot, ihist, ibar
data(mtcars) ipcp(mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.