Re: [R] problem opening pdf device on Windows 7

2010-09-23 Thread anupam
Peter Dalgaard gmail.com> writes: > > Then I tried: > > > >> pdf() > > Error in pdf() : unable to start device pdf > > In addition: Warning message: > > In pdf() : cannot open 'pdf' file argument 'Rplots.pdf' > > And your working directory is writable for you? Otherwise, "Change dir" > from the

Re: [R] problem opening pdf device on Windows 7

2010-09-22 Thread Peter Dalgaard
On 09/22/2010 05:28 PM, anupam wrote: > I can not open PDf device. Acrobat is closed. I have checked archives but > could not find a solution. What should I do? > >> cont.cdfplot("myanalysis.pdf", myanalysis$CDF, ylbl.r="Stream Length (km)") > Error in pdf(file = pdffile, width = width, height =

[R] problem opening pdf device on Windows 7

2010-09-22 Thread anupam
I can not open PDf device. Acrobat is closed. I have checked archives but could not find a solution. What should I do? > cont.cdfplot("myanalysis.pdf", myanalysis$CDF, ylbl.r="Stream Length (km)") Error in pdf(file = pdffile, width = width, height = height) : unable to start device pdf In addi