[R] Graphics file to disk

vincent vincent at 7d4.com
Thu May 12 09:58:01 CEST 2005


for example (works also with png and jpg)

bmp("mypic.bmp");
plot(...);
dev.off();

hih




More information about the R-help mailing list