[ad_1]
This saves a bitmap file on the harddrive:
bmp("spam.bmp")
plot(sin, -pi, 2*pi)
dev.off()
Googling R save bitmap get’s you this answer.
[ad_2]
solved Using R, how to capture the bitmap of a plot?
[ad_1]
This saves a bitmap file on the harddrive:
bmp("spam.bmp")
plot(sin, -pi, 2*pi)
dev.off()
Googling R save bitmap get’s you this answer.
[ad_2]
solved Using R, how to capture the bitmap of a plot?