Skip to content
Back to formatted view

Raw Message

Message-ID: <1303847666403-3476364.post@n4.nabble.com>
Date: 2011-04-26T19:54:26Z
From: Jonathan Shore
Subject: plot() under Rserve

Hi,

Rserve allows one to render plots into jpeg with R code such as:

   jpeg(filename, ...)
   plot(...)
   dev.off()

However, substituting png, tiff, or bmp device redirection fails on Rserve
with "eval error" on OSX.  

   png(filename, ...)
   plot(...)
   dev.off()

The above in an eval produces an error and sometimes faults the connection.   
I suspect that Rserve is run in a mode where certain graphics parameters or
shared libraries are not available?

Has anyone tried to render with Rserve to a device other than jpeg?   The
Java client demo uses jpeg, but will fail if changed to png.

Thanks

Jonathan

--
View this message in context: http://r.789695.n4.nabble.com/plot-under-Rserve-tp3476364p3476364.html
Sent from the R help mailing list archive at Nabble.com.