REXP has an asBytes() method. Will this capture the output of an R plot function if a proper graphics device is used? It appears R insists on sending plot output to a file. Kind of strange since it insists on loading all your data into memory before it can do anything.
If so then does anyone know what this would be? I prefer png or jpeg. Example: c is an RConnection REXP r = c.eval("png(......); plot(1:25, cex=2, pch=c(1:25))"); Then I can write the r.asBytes() to an output stream. (I think I already know the answer to this, just hoping I'm wrong) -- View this message in context: http://r.789695.n4.nabble.com/Rserve-Anyone-tp2332141p2332141.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.