[Rd] RFE: Add "..." args to barplot()'s xyrect() function calls
Marc Schwartz
marc_schwartz at comcast.net
Thu Sep 13 15:28:00 CEST 2007
Hi all,
In referencing this thread:
https://stat.ethz.ch/pipermail/r-help/2007-September/140702.html
the current barplot.default() function includes an internal function
called xyrect() to draw the bars.
The xyrect() function definition provides for "..." args, however the
actual function calls do not include "..." args. Thus any inline graphic
pars specified in the barplot() call are not passed.
A patch file against the current SVN barplot.r is attached to modify the
three locations in which called xyrect() is called to add "..." args to
each.
Thanks,
Marc Schwartz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: barplot.patch
Type: text/x-patch
Size: 1022 bytes
Desc: not available
Url : https://stat.ethz.ch/pipermail/r-devel/attachments/20070913/da5c607d/attachment.bin
More information about the R-devel
mailing list