Library: | graphic |
See also: | grbar grbox grhist grdot grdotd grash |
Quantlet: | grdotdl | |
Description: | Generates a dotplot as a density line. |
Usage: | bp = grdotdl (x {, col}) | |
Input: | ||
x | n x 1 vector | |
col | color | |
Output: | ||
bp | composed graphical object |
library ("graphic") t = (normal(25)-8)|(normal(25)+8)|normal(100)|(normal(10)+25) bp = grdotdl (t) d = createdisplay (1,1) show (d, 1, 1, bp)
shows a dotplot as a density line
Library: | graphic |
See also: | grbar grbox grhist grdot grdotd grash |