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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to