Re: [R] Saving color2D.matplot plots to a file

2008-11-24 Thread Garcia Carreras, Bernardo
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 __

[R] Saving color2D.matplot plots to a file

2008-11-21 Thread Garcia Carreras, Bernardo
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.c