Displaying 1 result from an estimated 1 matches for "68d59".
Did you mean:
6859
1997 Jun 23
0
R-alpha: various graphics Q.
...xt + xchar)[ok],
< yt[ok], lty=lty[ok], col=col[ok])
< else segments(xt[ok], yt[ok], (xt + 2 * xchar)[ok],
< yt[ok], lty=lty[ok], col=col[ok])
< if (!merge) xt <- xt + 3 * xchar
---
> segments(xt, yt, xt + 2 * xchar, yt, lty=lty, col=col)
> xt <- xt + 3 * xchar
68d59
< if (merge) xt <- xt + 3 * xchar
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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&quo...