CARLOS ORTEGA
2002-Aug-20 17:57 UTC
[R] Jpeg files dynamically but multiple figures (e.g xyplot (grid/lattice))...
Dear List, Some days ago, it was posted in this list a question regarding "How to generate graphics (jpeg) files dynamically". Although it was responded, there is a particular case in which I do not find the rigth solution. My question also goes in the same direction but for the particular case of generating jpeg/bmp or png files when using xyplot (grid/lattice libraries) and the output is displayed in more than one window and its you do no have the control over the multiple figures except for allowing them to be displayed (par(ask=T/F)). I know that there are alternatives like the pdf and postcript commands or even the obvious one to capture the different windows manually, but is any other way to capture it dynamically ?. Thanks in advance, Carlos. P.S: Attached are the details of the R version I have. +++++++++++++++++++++++++++++++++++++++++> R.Version()$platform [1] "i386-pc-mingw32" $arch [1] "i386" $os [1] "mingw32" $system [1] "i386, mingw32" $status [1] "" $major [1] "1" $minor [1] "5.1" $year [1] "2002" $month [1] "06" $day [1] "17" $language [1] "R" +++++++++++++++++++++++++++++ --------------------------------- Yahoo! Messenger Nueva versi?n: Webcam, voz, y mucho m?s ?Gratis! -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20020820/5dfd55d2/attachment.html
ripley@stats.ox.ac.uk
2002-Aug-20 19:42 UTC
[R] Jpeg files dynamically but multiple figures (e.g xyplot (grid/lattice))...
There is currently no simple way to make more than one plot with a jpeg() device, nor with bitmap(). I'll look into adding a onefile=FALSE argument to jpeg similar to that used for postscript(). Not likely for 1.6.0, though. On Tue, 20 Aug 2002, [iso-8859-1] CARLOS ORTEGA wrote:> > Dear List, > > Some days ago, it was posted in this list a question regarding "How to generate graphics (jpeg) files dynamically". Although it was responded, there is a particular case in which I do not find the rigth solution. > > My question also goes in the same direction but for the particular case of generating jpeg/bmp or png files when using xyplot (grid/lattice libraries) and the output is displayed in more than one window and its you do no have the control over the multiple figures except for allowing them to be displayed (par(ask=T/F)). > > I know that there are alternatives like the pdf and postcript commands or even the obvious one to capture the different windows manually, but is any other way to capture it dynamically ?. > > Thanks in advance, > > Carlos.-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help 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-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._