Library: | graphic |
See also: | grbar grbox grdot grdotd grash |
Quantlet: | grhist | |
Description: | Generates a histogram from the data. |
Usage: | bp = grhist (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(25)-8)|(normal(25)+8)|normal(100)|(normal(10)+25) bp = grhist (t) d = createdisplay (1,1) show (d, 1, 1, bp)
shows a histogram
Library: | graphic |
See also: | grbar grbox grdot grdotd grash |