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: plotpcp plotandrews plotsplom plotgt

Macro: plotstar
Description: Plots a star diagram.

Link:
Usage: bp = grstar (x {, option {, col}})
Input:
x n x 1 vector
option scalar
col color
Output:
dp composed graphical object

Note:

Example:
; loads the library plot
library ("plot")
; reads the swiss banknote data (200x6)
x = read("bank2")
; no transformation of the data, no reference lines and
; 20 star diagram in the vertical direction
opt = 0|0|20
; show the data as star diagrams
plotstar (x, opt)
Result:
shows star diagrams

Library: plot
See also: plotpcp plotandrews plotsplom plotgt

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, 970418
(C) MD*TECH Method and Data Technologies, 28.6.1999