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. -- View this message in context: http://www.nabble.com/R-plot-as-image-data-and-another-question-tp16116808p16117923.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.