savejpg {ABarray} | R Documentation |
save plot device to jpg image file
savejpg(x, width = 1024, height = 768)
x |
file name to be saved to |
width |
The width for the figure in pixal |
height |
The height for the figure |
For windows version, it produce bmp formatted image, otherwise, produce jpg images.
Yongming Sun