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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to