Re: [R] how to dev.off() all devices

2012-03-15 Thread Prof Brian Ripley
On 15/03/2012 07:36, Alaios wrote: Dear all, I would like at the beginning of my code to turn off all the remaining open devices. How can I do that by using dev.off()? See the help page. Hint: there is a function graphics.off() on the same page. I would like to thank you in advance for you

Re: [R] how to dev.off() all devices

2012-03-15 Thread baptiste auguie
Hi, Try this, replicate(sample(10,1), dev.new()) graphics.off() HTH, baptiste On 15 March 2012 20:36, Alaios wrote: > Dear all, > I would like at the beginning of my code to turn off all the remaining open > devices. > > How can I do that by using dev.off()? > > I would like to thank you in a

[R] how to dev.off() all devices

2012-03-15 Thread Alaios
Dear all, I would like at the beginning of my code to turn off all the remaining open devices. How can I do that by using dev.off()? I would like to thank you in advance for your help B.R Alex [[alternative HTML version deleted]] __ R-help@r