Re: [R] eps/pdf write help

2009-03-12 Thread Philipp Pagel
On Thu, Mar 12, 2009 at 03:06:30PM +, Mohan Singh wrote: > I am trying to print graphs as pdf's or eps in a for loop, but I can't seem > to get it right > > > > Either it prints only a single eps graph (overwrites) or when I use > #pdf(paste(i,".pdf", sep="")) .. it prints all pdf's but the

[R] eps/pdf write help

2009-03-12 Thread Mohan Singh
I am trying to print graphs as pdf's or eps in a for loop, but I can't seem to get it right Either it prints only a single eps graph (overwrites) or when I use #pdf(paste(i,".pdf", sep="")) .. it prints all pdf's but they are empty Can someone suggest which method shud I use for such. T