[R] R from Java (cluster heatmaps)

2010-02-27 Thread Rameswara Sashi Kiran Challa
Hello All, I am trying to get cluster heatmaps using R from Java in my application. I got the Rserve using which I am able to make TCP/IP connection to R. I am trying to send a double[][] array (say 5x8 dimensions) to R and convert it into matrix using as.matrix() function in R. Is it correct to

[R] R from Java (cluster heatmaps)

2010-02-26 Thread Rameswara Sashi Kiran Challa
Hello All, I am trying to get cluster heatmaps using R from Java in my application. I got the Rserve using which I am able to make TCP/IP connection to R. I am trying to send a double[][] array (say 5x8 dimensions) to R and convert it into matrix using as.matrix() function in R. Is it correct to