Re: [R] Help saving multiple graphics

2010-10-26 Thread Petr PIKAL
8:26 PM > To: r-help@r-project.org > Subject: Re: [R] Help saving multiple graphics > Importance: Low > > > Adrienne, > > Perfect, that's exactly what I wanted... I was making it more > complicated > than it needed to be, which I had a sneaking suspicion might

Re: [R] Help saving multiple graphics

2010-10-26 Thread Setlhare Lekgatlhamang
...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of briandavispdx Sent: Thursday, October 21, 2010 8:26 PM To: r-help@r-project.org Subject: Re: [R] Help saving multiple graphics Importance: Low Adrienne, Perfect, that's exactly what I wanted... I was making it more compli

Re: [R] Help saving multiple graphics

2010-10-21 Thread briandavispdx
Adrienne, Perfect, that's exactly what I wanted... I was making it more complicated than it needed to be, which I had a sneaking suspicion might be the case. Thank you for the help! -- View this message in context: http://r.789695.n4.nabble.com/Help-saving-multiple-graphics-tp3006044p3006073.

Re: [R] Help saving multiple graphics

2010-10-21 Thread Adrienne Wootten
You can get all the plots into one file of any name using the pdf command pdf(filename,onefile=TRUE) place this before your loop and say this after your loop dev.off() to stop writing pictures to that pdf file. In this way you can capture lots of images, but be careful. They will be really hi

[R] Help saving multiple graphics

2010-10-21 Thread briandavispdx
I'm a new-ish user using a for loop to create many hundreds of plots. I'm using the "par" function to create them in a 2x2 graphics window. What I'd like to do is output this 4-up graphic to a file every four plots. I really don't care what the filename is, but it would be useful to be able