Re: [R] Can't save a plot

2012-06-23 Thread Tomek.Tarczynski
I'm a bit ashamed, because it actually works, but I'd some problems with the privilages because it is not working when I set wd to c:\, when I changed I used default wd everything is working. Thanks for pointing out my ingorance! Best, Tomek -- View this message in context: http://r.789695.n4.na

[R] Can't save a plot

2012-06-23 Thread Tomek.Tarczynski
Hi, I can't save a plot in R. Even the most simple examples taken from the internet doesn't work: jpeg('rplot.jpg') plot(1:10) dev.off() The message that I receive is: "> jpeg('rplot.jpg') > plot(1:10) > dev.off() null device 1 " I've also tried using png, pdf, and so on... I've wind