I've been having some trouble with legend not printing line types and I see there is some difference with Splus. In Splus the only required arguments are x,y, and legend. Also, I always thought required arguments had to proceed optional argument. What should happen here if I omit fill and col but specify lty=something? legend function (x, y, legend, fill, col = "black", lty, lwd, pch, bty = "o", bg = par("bg"), cex = 1, xjust = 0, yjust = 1, x.intersp = NULL, y.intersp = NULL, text.width = NULL, merge = FALSE) {... Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
I am having some trouble with legend not printing line types and a box, under circumstances I haven't yet been able to isolate. It's as if it is getting some wrong part of the environment, or wrong par settings. Would someone please warn me if this is being worked on, or is a known problem, so I don't spend time working on something that is already fixed. I also noticed that legend and matplot do not have the same defaults for lty and col, and I think they should. Final, could someone tell me what Error: No function to return from, jumping to top level in browser means (and how to make the sort of thing that generates this message work in browser). Thanks Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._