[R] Saving Graphics

vincent@7d4.com vincent at 7d4.com
Fri Sep 30 08:24:29 CEST 2005


Mike Jones a écrit :

> Is there a way to save graphs from the graphics 
> window using commands in the R console?  

you may try :
bmp("myimage.bmp");
plot(...);
dev.off();
# png(), jpeg() also available
hih




More information about the R-help mailing list