ipcp {iplots}R Documentation

Interactive Parallel Coordinates Plot

Description

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

Usage

ipcp(vars, ...)

Arguments

vars list of at least two variables
... All additional parameters are passed to iplot.opt. All unnamed parameters are treated as variables to plot.

Details

Creates an interactive parallel coordinates plot.

Additional parameters:

alterningLabels
Whether lables should be placed alternately at the top and at the bottom.
COL_AXES
Color of the (optional) axes.

Value

Resulting plot object.

See Also

ihist, ibar, iplot.list, iplot.opt

Examples

data(iris)
ipcp(iris)

[Package iplots version 1.1-3 Index]