[R] If I produce lots of figures at one time, how can I make R graphics keep all the figures already made?

2003-10-07 Thread xinyue ye
If I produce lots of figures at one time, how can I make R graphics keep all the 
figures already made? 
thanks,

Xinyue Ye, Research Assistant
Institute for Geo-spatial Research and Education
125 King Hall
Eastern Michigan University
Ypsilanti MI 48197
http://ceita.emich.edu/
[[alternative HTML version deleted]]

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help


Re: [R] If I produce lots of figures at one time, how can I make R graphics keep all the figures already made?

2003-10-07 Thread Philippe Glaziou
xinyue ye [EMAIL PROTECTED] wrote:
 If I produce lots of figures at one time, how can I make R
 graphics keep all the figures already made?  thanks,


Open as many graphics devices as needed.

See the examples in:

?dev.list

-- 
Philippe

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help


Re: [R] If I produce lots of figures at one time, how can I make R graphics keep all the figures already made?

2003-10-07 Thread Thomas Petzoldt
xinyue ye schrieb:

If I produce lots of figures at one time, how can I make R graphics keep all the figures already made? 
thanks,
write it to a postscript() or pdf() file or to several bitmaps, see 
png() for examples.

If you are on Windows, there is a Recording function in the menu, if the 
graphics window is activated.

Thomas Petzoldt

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help


Re: [R] If I produce lots of figures at one time, how can I make R graphics keep all the figures already made?

2003-10-07 Thread Henric Nilsson
At 13:31 2003-10-07 +0200, you wrote:

If I produce lots of figures at one time, how can I make R graphics keep 
all the figures already made? thanks,
If you are on Windows, there is a Recording function in the menu, if the 
graphics window is activated.
Actually, the recording of plots can be switched on by windows(record = TRUE).

Henric

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help


Re: [R] If I produce lots of figures at one time, how can I make R graphics keep all the figures already made?

2003-10-07 Thread Prof Brian Ripley
On Tue, 7 Oct 2003, Henric Nilsson wrote:

 At 13:31 2003-10-07 +0200, you wrote:
 
 If I produce lots of figures at one time, how can I make R graphics keep 
 all the figures already made? thanks,
 If you are on Windows, there is a Recording function in the menu, if the 
 graphics window is activated.
 
 Actually, the recording of plots can be switched on by windows(record = TRUE).

and on any platform you can use recordPlot() and replayPlot(x) to record 
and redisplay plots (on a screen device only).

-- 
Brian D. Ripley,  [EMAIL PROTECTED]
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 272866 (PA)
Oxford OX1 3TG, UKFax:  +44 1865 272595

__
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help