| ipcp {iplots} | R Documentation |
This function creates a new interactive parallel coordinates plot from the given data.
ipcp(vars, ...)
vars |
list of at least two variables |
... |
All additional parameters are passed to
iplot.opt. All unnamed parameters are treated as
variables to plot.
|
Creates an interactive parallel coordinates plot.
Additional parameters:
alterningLabelsCOL_AXESResulting plot object.
ihist, ibar, iplot.list,
iplot.opt
data(iris) ipcp(iris)