Skip to content
Prev 139714 / 398502 Next

R plot as image data and another question

In my case i use R by means of Rserve from my Java application. Since i`ve
integrated
the well known image analysis tool ImageJ i can send images to R and vice
versa.
This works well and is quite fast.
My idea now was to get the plot information from R in the form of matrix
data
which i can transfer to my application to create an image from the data in
ImageJ.

To my second question:
Since it is not possible to plot from Rserve it would be nice to call R for
the plot creation
(from the command line). As far as i remember the Rserve application crashed
as i applied
the suggested command.