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: grbar grbox grhist

Quantlet: grstar
Description: Generates a star diagram.

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

Note:

Example:

; loads the library graphic

library ("graphic")

; reads the swiss banknote data (200x6)

x = read("bank2")

; computes a star diagram of x based on the principal

; on the principal components

bp = grstar (x, 0, grc.prep.pcacov)

; creates a display

t  = createdisplay(1,1)

; shows the star diagram

show (t, 1, 1, bp)

Result:

shows a star diagram of the principal components of the

swiss banknote data


Library: graphic
See also: grbar grbox grhist

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