Re: [R] Multiple plot jpeg file

2007-06-19 Thread Marc Schwartz
On Tue, 2007-06-19 at 21:09 +0100, Prof Brian Ripley wrote: > On Tue, 19 Jun 2007, Marc Schwartz wrote: > > > > > > > On Tue, 2007-06-19 at 15:39 -0400, Bill Hunsicker wrote: > >> R-Help, > >> > >> I am executing a R script and would like to put multiple plots into a > >> single file. For some rea

Re: [R] Multiple plot jpeg file

2007-06-19 Thread Prof Brian Ripley
On Tue, 19 Jun 2007, Marc Schwartz wrote: > > > On Tue, 2007-06-19 at 15:39 -0400, Bill Hunsicker wrote: >> R-Help, >> >> I am executing a R script and would like to put multiple plots into a >> single file. For some reason the contents of plotfile.jpg always seem to >> contain the last plot and n

Re: [R] Multiple plot jpeg file

2007-06-19 Thread Marc Schwartz
On Tue, 2007-06-19 at 15:39 -0400, Bill Hunsicker wrote: > R-Help, > > I am executing a R script and would like to put multiple plots into a > single file. For some reason the contents of plotfile.jpg always seem to > contain the last plot and not all plots. > > If I do same thing with pdf, a m

[R] Multiple plot jpeg file

2007-06-19 Thread Bill Hunsicker
R-Help, I am executing a R script and would like to put multiple plots into a single file. For some reason the contents of plotfile.jpg always seem to contain the last plot and not all plots. If I do same thing with pdf, a multiple plot file is created. Can you help me? Regards, Bill Bill H