[R] Reg: R-systems in java

2009-09-15 Thread Sujin Chandra
Dear All, As I am doing a project in java and in that we need to integrate R software for displaying statistical graph using the different set of data. I don't have any idea on how to integrate R software in our java project. Kindly give basic idea about the R software and how to integrate in java

Re: [R] Reg: R-systems in java

2009-09-15 Thread spencerg
RSiteSearch('java', 'fun') produced 144 matches for me just now. The "sos" package can help organize study of those 144 matches: library(sos) j <- ???java # RSiteSearch('java', 'fun') -> a data.frame of class ' findFn' summary(j) # 40 packages installPackages(j) # install packages with

[R] Reg: R-systems in java

2009-09-15 Thread Sujin Chandra
Dear All, As I am doing a project in java and in that we need to integrate R software for displaying statistical graph using the different set of data. I don't have any idea on how to integrate R software in our java project. Kindly give basic idea about the R software and how to integrate in java