Re: [R] X11 png jpeg cledit false when running from script

2008-08-12 Thread Bachas
I had the same problem and my conclusion was also that the problem was that our server was not running an X server. I also found that bitmap(file="filename.jpg",type="jpeg"); works.. However I want to store my plots in single jpeg files.. Unfortunately bitmap(file="Rplot%03d.jpeg",onefile=FALSE,t

Re: [R] unable to start device JPEG in linux

2008-08-12 Thread Bachas
tes my Rplot001.jpg file. Any one additional comments on how to generate multiple jpeg files? Bachas wrote: > > I have the same problem. I am using R on our bioinformatics server. From > what I have read jpeg() needs to use a widows graphics device like X11 to > be able to genera

Re: [R] unable to start device JPEG in linux

2008-08-12 Thread Bachas
I have the same problem. I am using R on our bioinformatics server. From what I have read jpeg() needs to use a widows graphics device like X11 to be able to generate a jpeg file. I am also very curious to see if anyone knows a solution, now I need to use pdf() of ps() which is more time consuming