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: graphic
See also: grandrews grcontour3 grsunflower

Macro: grpcp
Description: Generates a parallel coordinates plot.

Link:
Usage: pp = grpcp (x {, col})
Input:
x n x p matrix
col color
Output:
pp composed graphical object

Example:
library ("graphic")
x  = read("bank2")
z = (x - min(x))./(max(x) - min(x))
bp = grpcp (z)
d  = createdisplay (1,1)
show (d, 1, 1, bp)
Result:
shows a parallel coordinate plot 

Library: graphic
See also: grandrews grcontour3 grsunflower

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

Author: Sigbert Klinke, 961017
(C) MD*TECH Method and Data Technologies, 28.6.1999