Displaying 1 result from an estimated 1 matches for "rw191".
Did you mean:
rw1091
2004 Oct 06
1
problems with bitmap images in windows XP
...dev.off()
---
jpeg("test.jpeg", bg="white")
plot(1:10, 1:10, col="red")
dev.off()
Now, all of this gives a bluish background when wieved with Windows
Picture and Fax wiever or with the GIMP-2.0
The bg= argument does not seem to have any effect.
Now repeating in rw191:
jpeg("test.jpeg", bg="orangered")
plot(1:10, 1:10, col="blue")
dev.off()
and the background is blue (not the same "bluish" as above)
jpeg("test.jpeg", bg="blue")
plot(1:10, 1:10, col="red")
dev.off()
and the background c...