Library: | graphic |
See also: | grandrews grpcp grcontour3 |
Quantlet: | grsunflower | |
Description: | Generates a sunflower plot. |
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 |
library ("graphic") t = normal(10000, 2) bp = grsunflower (t) d = createdisplay (1,1) show (d, 1, 1, bp)
shows a sunflower plot
Library: | graphic |
See also: | grandrews grpcp grcontour3 |