| ipcp {iplots} | R Documentation |
This function creates a new interactive parallel coordinates plot from the given data.
ipcp(...)
ipcp(vars, ...)
vars |
list of at least two variables |
... |
All additional parameters are passed to
|
Creates an interactive parallel coordinates plot.
Additional parameters:
alterningLabelsWhether lables should be placed alternately at the top and at the bottom.
COL_AXESColor of the (optional) axes.
Resulting plot object.
ihist, ibar, iplot.list,
iplot.opt
data(iris) ipcp(iris)