[Rd] text( * , xpd = vv ) doesn't work and help(text.default) is wrong (PR#624)
maechler@stat.math.ethz.ch
maechler@stat.math.ethz.ch
Wed, 2 Aug 2000 18:40:46 +0200 (MET DST)
example(barplot)
calls an example of text( ... , xpd = NA)
which *did* work in earlier versions of R till 0.99, but has stopped
working since 1.0.0.
Only the global value, par("xpd"), is used to decide if text is clipped.
A simple example is
plot(1); text(1,1.44,"BLA", col = "blue", cex = 2, xpd=F)
Also, ?text doesn't mention the xpd and 2 other parameters that
text.default explicitly has.
I'm about to try to fix this for 1.1.1
Martin
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._