ipcp: Create an interactive parallel coordinates plot

Description Usage Arguments Value Interaction See Also Examples

Description

ipcp creates an interactive parallel coordinates plot

Usage

1
2
3
ipcp(x, ...)
## Default S3 method:
ipcp(x, ..., window, frame, flags) 

Arguments

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 FALSE for off-screen plots. If not specified the plot will create a new window and fill it with itself.

frame

optional numeric vector with entries c(x, y, width, height)

flags

optional flags specifying the behavior when the enclosing window is resized - see icontainer

Value

Object of the class iPCP (subclass of iPlot).

Interaction

Left and right Arrow keys (aka cursor keys) can be used to control the opacity of the lines.

See Also

iplot, ihist, ibar

Examples

1
2

att/iplots documentation built on May 10, 2019, 2:12 p.m.

Related to ipcp in att/iplots...