Add a stacked dot plot to an existing plot. The locations for the points in the dot plot are returned from the function in a list.
Arguments
- x
A vector of numerical observations for the dot plot.
- radius
The approximate distance that should separate each point.
- seed
A random seed (integer). Different values will produce different variations.
- addDots
Indicate whether the points should be added to the plot.
- ...
Additional arguments are passed to
points
.