Version 0.71-6
-
Changed the default "jiggle" method in jiggle() and dotplot() to be "random", as it seems to work better than the deterministic approach ("fixed").
-
Fixed problem in ciplot() to avoid warnings about some graphics parameters.
-
grayplot() now can take mgp graphics argument.
-
Added argument maxvalue to jiggle(), and max_jiggle to dotplot(), to better control the horizontal jiggling of points when there is a lot of data. (Fixes Issue #8)
-
Make it so you can adjust the vertical lines in dotplot() by including vlines.lwd and/or vlines.col. (Fixes Issue #7)
-
Make it so you can use v_over_h in dotplot()
-
Fixed potential problem in documentation, since plot() has moved from the graphics package to base.