[R] Can't save a plot

Tomek.Tarczynski tomek.tarczynski at gmail.com
Sat Jun 23 12:47:59 CEST 2012


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 windows 7 64b.
Ive tried R 2.15.0 x86 and x64, same result in both.

Can anyone tell me what is wrong?

--
View this message in context: http://r.789695.n4.nabble.com/Can-t-save-a-plot-tp4634281.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list