Entering edit mode
8.0 years ago
blur
▴
280
Hi, I am trying to run Guitar on R, and I got to the part where the pdf with the imagws is supposed to be created, but I get an error msg saying that
"Error in pdf(file=f1, width=8, height-4): cannot open file file.pdf
any ideas what I'm doing wrong?
proper syntax to create a PDF in R would be
In your case, your syntax is wrong at
height-4
also did you create an objectf1
where you filenamefile.pdf
is stored?BTW, this is purely not a Bioinformatics question.
I've no idea what you are doing or what this package is doing but the first thing that comes to my mind is: "do you have write permissions in your current directory?"
yes, checked that :)