[R] Initiating graphics recording in RGraphics window via a script

Dimitri Liakhovitski dimitri.liakhovitski at gmail.com
Wed Oct 20 17:19:15 CEST 2010


Hello!

Sometimes I have to produce several graphs at a time, but need to be
able to see them all one by one in the RGraphics window.
I do it manually like this:

I create some plot:
plot(1:5)

It opens the RGraphics window. I click on the window, go (in the
menue) to History-Recording, and then run my several graphs, e.g.:

for(i in 10:12){
	plot(1:i)
}


Is there any way to avoid doing it manually initiate the graphics
recording in the RGraphics window in the script itself?

Thanks a lot for your help!

-- 
Dimitri Liakhovitski
Ninah Consulting
www.ninah.com



More information about the R-help mailing list