Re: [R] Saving multiple plots using tiff function

2012-04-13 Thread John S
Thanks Uwe, I am gald to hear there is a fix ! Any chance you could let me knwo if it worked ? 2012/4/12 Uwe Ligges > > > On 12.04.2012 13:53, Uwe Ligges wrote: > >> >> >> On 12.04.2012 13:49, John S wrote: >> >>> Thanks Berend for your answer! >>> >>> I read the documentation but I don’t under

Re: [R] Saving multiple plots using tiff function

2012-04-12 Thread Uwe Ligges
On 12.04.2012 13:53, Uwe Ligges wrote: On 12.04.2012 13:49, John S wrote: Thanks Berend for your answer! I read the documentation but I don’t understand filename ="Rplot%03d.tif" ? Do you mind sending me what you tried? This is a bug in R. I'll take a look. I think I have a fix, will

Re: [R] Saving multiple plots using tiff function

2012-04-12 Thread Uwe Ligges
On 12.04.2012 13:49, John S wrote: Thanks Berend for your answer! I read the documentation but I don’t understand filename ="Rplot%03d.tif" ? Do you mind sending me what you tried? This is a bug in R. I'll take a look. Best, Uwe Ligges On Thu, Apr 12, 2012 at 7:34 AM, Berend Hasselm

Re: [R] Saving multiple plots using tiff function

2012-04-12 Thread S Ellison
>> So what does tiff(filename ="Rplot%03d.tif") mean ? > >Just read the documentation for tiff: ?tiff A look at ?sprintf might also be useful if you're unfamiliar with the C format specification. %03d is the format spec for a 3-digit decimal number with leading zeroes. *

Re: [R] Saving multiple plots using tiff function

2012-04-12 Thread John S
Thanks Berend for your answer! I read the documentation but I don’t understand filename ="Rplot%03d.tif" ? Do you mind sending me what you tried? On Thu, Apr 12, 2012 at 7:34 AM, Berend Hasselman wrote: > > On 12-04-2012, at 13:07, John S wrote: > > > Dear R users, > > > > I still did not re

Re: [R] Saving multiple plots using tiff function

2012-04-12 Thread Berend Hasselman
On 12-04-2012, at 13:07, John S wrote: > Dear R users, > > I still did not receive an answer to my question and went through the > archive with no luck. > > So what does tiff(filename ="Rplot%03d.tif") mean ? Just read the documentation for tiff: ?tiff > Why the following code > does produce

Re: [R] Saving multiple plots using tiff function

2012-04-12 Thread John S
Dear R users, I still did not receive an answer to my question and went through the archive with no luck. So what does tiff(filename ="Rplot%03d.tif") mean ? Why the following code does produce two files? tiff(filename ="Rplot%03d.tif",width=24,height=20,units="cm",res=300, pointsize=10, compr

Re: [R] Saving multiple plots using tiff function

2012-04-06 Thread John S
Sorry forgot to mention that I am using windows 7 and R session info R version 2.15.0 (2012-03-30) Platform: i386-pc-mingw32/i386 (32-bit Thanks, John On Fri, Apr 6, 2012 at 2:17 PM, John S wrote: > Dear R experts, > > I am trying to save three plots using tiff graphics devices; however the

[R] Saving multiple plots using tiff function

2012-04-06 Thread John S
Dear R experts, I am trying to save three plots using tiff graphics devices; however the following code only produces two files (Rplot002.tif and Rplot003.tif) showing figures 1 and 3. Here is a simplified ex code tiff(filename ="Rplot%03d.tif",width=24,height=20,units="cm",res=300, pointsize=1