beeswarm NEWS Changes in version 0.1.5 (2012-05-07) - Minor adjustments. Changes in version 0.1.4 (2012-05-03) - Minor adjustments. Changes in version 0.1.3 (2012-03-22) - New function "bxplot" as a minimal version of "boxplot", intended mainly as a way to add quantile lines to a beeswarm plot. - "beeswarm" has a new argument "corral" to control the spread of swarms into adjacent groups. Changes in version 0.1.2 (2012-03-14) - Documentation fixes - Added a NAMESPACE file - The formula interface now splits as expected for formulas such as: x ~ y * z Changes in version 0.1.1 (2011-08-04) - Documentation fixes. - Adjusted "beeswarm.default" to work when x is a simple numeric vector. - Removed "beeswarm.numeric" . Changes in version 0.1.0 (2011-08-03) - In "beeswarm", defaults for "col", "pch" are now taken from "par", and "bg" defaults to NA, and "pwbg" defaults to NULL. - Renamed "smile" method; now it is called "swarm" - Changed default method to "swarm" - Removed function "smile" - New functions "swarmx" and "swarmy" for easily adding swarm-ed points to a plot. - Fixed bug affecting swarming when par('cex') was not 1. - Fixed bug reversing xlim and ylim on horizontal plots. - Fixed bug causing an error if xlim or ylim were set to NULL - Defaults for xlim and ylim are now NULL instead of missing - New argument 'dlim' - Log scales are now supported.