CRAN Release 0.10.6
·
12 commits
to master
since this release
Version 0.10.6
New features
- Draw stilts for selected data points in plot (see new argument
stiltin the points list, see?plotRSA). - Change color of data point border (see new argument
fillin the points list, see?plotRSA). If parameterfillis provided, then this is the fill of the points, andcoloris the border color. (This behavior is inherited from R, which uses this system for pch=21).
Bug fixes/Glitches
- Update documentation for binary outcomes (doesn't work well at the moment; just with some dirty workarounds).
- Document an (unintended) feature in plotRSA when using the
projectparameter: Note that projected elements are plotted in the order given in the vector (first elements are plotted first and overplotted by later elements). - Apply patch by Duncan Murdoch regarding deprecations in the rgl package.