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 grpcp grcontour3

Quantlet: grsunflower
Description: Generates a sunflower plot.

Link:
Usage: bp = grsunflower (x, {d, {o, {col}}})
Input:
xr n x 1 vector
d scalar binwidth
o scalar origin
col color
Output:
bp composed graphical object

Example:

library ("graphic")

t  = normal(10000, 2)

bp = grsunflower (t)

d  = createdisplay (1,1)

show (d, 1, 1, bp)

Result:

shows a sunflower plot


Library: graphic
See also: grandrews grpcp grcontour3

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