Re: [R] Storing graphics

2011-12-14 Thread Prof Brian Ripley
Bert, The OP may be looking for recordPlot/replayPlot. We were not told the OS (x11 exists even on Windows). The standard screen devices on Windows (windows() ) and Mac OS X (quartz()) have plot histories that can be used to flick between plots. And 'flick' is the operative word here: it is

Re: [R] Storing graphics

2011-12-14 Thread Bert Gunter
Please follow the posting guide and provide some example code. Bottom line, most functions that "draw" a graph return a graphic object that, like any other R object, can be given a name in the global environment, put into a list, etc. Alternatively, depending on what you mean -- it was not entire

[R] Storing graphics

2011-12-14 Thread JulieV
Dear R members, I would like to store 18 graphics at the end of a loop (as we do for data frames and arrays). For each iteration, I use the function x11() and I want to keep my graphs in a single window to re-use them later. Do you know a function for storing graphics ? Many thanks Julie -- Vi