Skip to content

CRAN Release 0.10.6

Choose a tag to compare

@sarahhumberg sarahhumberg released this 02 Oct 14:45
· 12 commits to master since this release

Version 0.10.6

New features

  • Draw stilts for selected data points in plot (see new argument stilt in the points list, see ?plotRSA).
  • Change color of data point border (see new argument fill in the points list, see ?plotRSA). If parameter fill is provided, then this is the fill of the points, and color is 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 project parameter: 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.