Learn R Programming

iplots (version 1.1-2)

ipcp: 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.

Value

  • Resulting plot object.

synopsis

ipcp(...)

Details

Creates an interactive parallel coordinates plot.

Additional parameters: [object Object],[object Object]

See Also

ihist, ibar, iplot.list, iplot.opt

Examples

Run this code
data(iris)
ipcp(iris)

Run the code above in your browser using DataLab