home *** CD-ROM | disk | FTP | other *** search
- TITLE(dotplot @@ Plot Dotplot(s))
- USAGE(
- dotplot(data, group, data.order=true,
- jitter=true, vert=true, DOTS)
- )
- ARGUMENTS(
- ARG(data @@ data to be plotted.)
- ARG(group @@ vector of group labels.)
- ARG(data.order @@ determines the order of the plotting.)
- ARG(jitter @@ if LANG(group) is missing and LANG(vert=false),
- determines whether points are stacked or jittered.)
- ARG(vert @@ if LANG(group) is missing and LANG(vert=true),
- the points are plotted vertically and identified with case labels.)
- ARG(DOTS @@ graphical parameters can be specified as
- arguments to this function.)
- )
- DESCRIPTION(
- LANG(dotplot) draws dotplot(s) of the data in the vector LANG(data).
- If LANG(group) is present, then the function draws vertical dotplots
- of each group. The arguments LANG(jitter) and LANG(vert) are ignored.
- If LANG(group) is missing a single dotplot of all the data is drawn.
- If LANG(vert=true), then the plot is drawn vertically,
- the points are identified by case labels and the argument LANG(jitter)
- is ignored.
- If LANG(vert=true), then the plot is drawn horizontally,
- and the ponts are either stacked if LANG(jitter) is LANG(false)
- or jittered if LANG(jitter=true).
- )
-