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
__
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
2 matches
Mail list logo