iplots (version 1.1-7)

ipcp: Interactive Parallel Coordinates Plot

Description

This function creates a new interactive parallel coordinates plot from the given data.

Usage

ipcp(...)

Arguments

...

All unnamed parameters are treated as variables to display. All additional parameters are passed to iplot.opt.

Value

Resulting plot object.

Details

Creates an interactive parallel coordinates plot.

The plot can be used either in the form ipcp(df) to plot a list or data frame of variables contained in df or ipcp(x, y, z) to plot variables x, y and z.

Additional parameters:

alterningLabels

Whether lables should be placed alternately at the top and at the bottom.

COL_AXES

Color of the (optional) axes.

See Also

ihist, ibar, iplot.list, iplot.opt

Examples

Run this code
# NOT RUN {
data(iris)
ipcp(iris)
# }

Run the code above in your browser using DataCamp Workspace