Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: plot
See also: grpcp plot2 plotandrews plotsplom plotgt

Quantlet: plotpcp
Description: Plots a parallel coordinates plot from a multivariate dataset.

Link:
Usage: plotpcp (x {, prep {, col}})
Input:
x n x p matrix
prep scalar
col color

Note:

Example:
; loads the library plot
library("plot")
; reads the swiss banknote data(200x6)
x = read("bank2")
; computes the principal components of x as parallel
; coordinate plot
plotpcp(x, grc.prep.pcacov)

Result:
shows the principal components of x as a parallel
coordinate plot



Author: S. Klinke, 19970201
(C) MD*TECH Method and Data Technologies, 05.02.2006