Library: | graphic |
See also: | grandrews grcontour3 grsunflower |
Macro: | grpcp | |
Description: | Generates a parallel coordinates plot. |
Usage: | pp = grpcp (x {, col}) | |
Input: | ||
x | n x p matrix | |
col | color | |
Output: | ||
pp | composed graphical object |
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)
shows a parallel coordinate plot
Library: | graphic |
See also: | grandrews grcontour3 grsunflower |