Displaying 1 result from an estimated 1 matches for "278815".
Did you mean:
378815
2003 Oct 20
2
dev.print in R 1.7.1
Dear R experts
How do I save a plot to a file in a specified format, f.ex ’png’?
Apparently ’save.plot’ no longer exists, so I tried instead
dev.print(file="H:\\jesperf\\data1image",device=png())
However no file is created and – much worse – no graphics is produced
(on screen or file) if I run
f.ex qqnorm afterwards.
What am I doing wrong and how do I get R to print