Re: [Rd] Re: Calling R functions from Java

2005-05-02 Thread D0c
Thanks Simon, say i was to use JRI / SJava instead, could you give some examples of how i would implement showing a plot() in java on a windows machine? On 5/2/05, Simon Urbanek <[EMAIL PROTECTED]> wrote: > On May 2, 2005, at 2:55 AM, D0c wrote: > > > Hey guys thanks for the help. I found Rserve

Re: [Rd] Re: Calling R functions from Java

2005-05-02 Thread Simon Urbanek
On May 2, 2005, at 2:55 AM, D0c wrote: Hey guys thanks for the help. I found Rserve to be a solution i can work with. i'll just use the JRClient to connect to Rserve. However i have another problem. How can i get a nice graph from Rserve using JRCLient using the plot() function? There are sev