Learn R Programming

lattice (version 0.2-3)

parallel: Parallel Coordinate Plots

Description

Draw scatter plot matrices

Usage

parallel(formula, ...)

Arguments

formula
a formula describing the form of the plot. A formula of the form ~ x | g1 * g2 * ..., where x is a matrix/data frame. Parallel coordinate plots of the columns will be produced, conditional on the variables g1,

Details

see the documentation for trellis.args

See Also

trellis.args, panel.parallel, Lattice

Examples

Run this code
data(iris)
parallel(~iris[,1:4]|Species, data = iris, layout=c(3,1))

Run the code above in your browser using DataLab