[R] Rserve: Accessing images

Thomas Kaliwe hamstersquats at web.de
Wed Aug 29 18:28:37 CEST 2007


Hi,

Are there more sophisticated  means to access R-images via Rserve than:

Rconnection c=new Rconnection("127.0.0.1");
REXP xp=c.eval("try(png(\"test.png\"))")
c.voidEval("plot(1:10)");
c.voidEval("dev.off()");
is = c.openFile("test.png");
...

maybe something with javaGD?

Thanks in advance

Thomas



More information about the R-help mailing list