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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to