[R] Reg: R-systems in java

0 views
Skip to first unread message

Sujin Chandra

unread,
Sep 15, 2009, 8:46:15 AM9/15/09
to r-h...@r-project.org
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.


Regards,
Sujin

Sryas Software Pvt. Ltd.
Chennai
India


[[alternative HTML version deleted]]

______________________________________________
R-h...@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.

spencerg

unread,
Sep 15, 2009, 9:44:43 AM9/15/09
to Sujin Chandra, r-h...@r-project.org
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 the most matches
writeFindFn2xls(j)


This last command created "j.xls" in the working directory,
getwd(), with sheets "PackageSum2", "findFn", and "call".


For more, see vignette('sos').


Others can tell you more about the relative virtues of the
different Java capabilities in R, but this provides a very quick overview.


Hope this helps.
Spencer
Disclaimer: I'm the lead author of the 'sos' package.


--
Spencer Graves, PE, PhD
President and Chief Operating Officer
Structure Inspection and Monitoring, Inc.
751 Emerson Ct.
San José, CA 95126
ph: 408-655-4567

Sujin Chandra

unread,
Sep 15, 2009, 8:31:22 AM9/15/09
to R-h...@r-project.org
Reply all
Reply to author
Forward
0 new messages