Garcia Carreras, Bernardo
2008-Nov-21 18:46 UTC
[R] Saving color2D.matplot plots to a file
Hi, I am trying to figure out how to save plots produced with color2D.matplot to a file, any format. I have tried: jpeg() / png() color2D.matplot(x,c(1,0),c(1,0),c(1,0)) dev.off() as well as dev.new() dev.print(device=png,file="myfreakinplot2.png") #(and jpeg, ps, pdf, eps, together with dev.copy() as well...) color2D.matplot(x,c(1,0),c(1,0),c(1,0),show.legend=TRUE) dev.off() to no avail. Does anyone have any suggestions? Thanks! Bernardo
Garcia Carreras, Bernardo
2008-Nov-24 15:53 UTC
[R] Saving color2D.matplot plots to a file
Hi, I found the solution to the issue of saving plots from color2D.matplot to a file by using savePlot (to save to jpeg or png). Furthermore my previous post was incomplete: the system used is MS Win XP, R v2.8.0. Thanks, Bernardo Garcia Carreras