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 ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html