R-alpha: wish: segments(.) / arrows(.) should allow an 'lwd = <num>' argument

Martin Maechler Martin Maechler <maechler@stat.math.ethz.ch>
Wed, 8 Oct 1997 11:36:37 +0200


(as the subject says).


Actually, I found that

	arrows
	segments
	rect

have no "..." and no "lwd"  argument
whereas

	lines.default
	polygon
	box

do all have a "..." (but no explicit 'lwd')
which they pass to .Internal( c-code )

-------

For anyone who feels like fixing this:

All the relevant code is in  src/main/plot.c,
and the function are

	do_arrows
	do_segments
	do_rect
etc.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-