Usage
dots(x, dframe=mydata, 
         col.bg="ghostwhite", col.grid="grey85", 
         col.pts="midnightblue", pt.reg=21, pt.out=19, 
         col.out30="firebrick2", col.out15="firebrick4",
         xlab=NULL, main=NULL, text.out=TRUE, new=TRUE, ...)Arguments
x
Variable for which to construct the histogram and density plots.
dframe
Data frame that contains the variable of interest, default is mydata.
col.bg
Color of the plot background.
col.grid
Color of the grid lines.
col.pts
Color of regular (non-outlier) points.
pt.reg
Type of regular (non-outlier) point.  See help for points
        for more information. Default is 21, a circle with no fill. pt.out
Type of point for outliers. Default is 19, a filled circle.
col.out30
Color of severe outliers.
col.out15
Color of potential outliers.
text.out
If TRUE, then display text output in console.
new
If TRUE, then add the dots to an existing graph.