I'm trying to convert some S-Plus code which generates barplots and other shaded area plots to R. If I specify that I want hatching using the angle and density arguments, the messages 1: argument `density' is not used (yet) in: .NotYetUsed("density", error = FALSE) 2: argument `angle' is not used (yet) in: .NotYetUsed("angle", error = FALSE) so apparently these features have yet to be implemented. Is there a newer version of R in which hatching has been implemented? If not, is there a timetable for implementing them? Thanks, Thomas Cook, PhD Department of Biostatistics and Medical Informatics University of Wisconsin email: cook@biostat.wisc.edu 209 WARF Building ph: (608) 263-2906 610 Walnut St. FAX: (608) 263-0415 Madison, Wisconsin 53705 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>>>>> "Tom" == Tom Cook <cook@biostat.wisc.edu> writes:Tom> I'm trying to convert some S-Plus code which generates barplots and Tom> other shaded area plots to R. If I specify that I want hatching Tom> using the angle and density arguments, the messages Tom> 1: argument `density' is not used (yet) in: .NotYetUsed("density", error = FALSE) Tom> 2: argument `angle' is not used (yet) in: .NotYetUsed("angle", error = FALSE) Tom> so apparently these features have yet to be implemented. Is there a Tom> newer version of R in which hatching has been implemented? If not, is Tom> there a timetable for implementing them? not really. One of us (R core) has had this on his todo list for a while. But then several of us don't see a big need, since hatching nowadays is replaced by colors in many (I'd say most) situations. If you send us the necessary patches to the R source code, it will be in one of the development versions "real soon". Note that R is a GNU project relying on volunteer work from all over the world... Martin Maechler <maechler@stat.math.ethz.ch> http://stat.ethz.ch/~maechler/ Seminar fuer Statistik, ETH-Zentrum LEO D10 Leonhardstr. 27 ETH (Federal Inst. Technology) 8092 Zurich SWITZERLAND phone: x-41-1-632-3408 fax: ...-1228 <>< -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Tom Cook wrote:> > I'm trying to convert some S-Plus code which generates barplots and > other shaded area plots to R. If I specify that I want hatching > using the angle and density arguments, the messages > > 1: argument `density' is not used (yet) in: .NotYetUsed("density", error = FALSE) > 2: argument `angle' is not used (yet) in: .NotYetUsed("angle", error = FALSE) > > so apparently these features have yet to be implemented. Is there a > newer version of R in which hatching has been implemented? If not, is > there a timetable for implementing them? > > Thanks,I have just found a student vict^H^H^H^H volunteer to do this. I will know more about how long this will take in about a week. (Its not a huge task, but the student make take while to up to speed on graphics.) Ross -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._