RSJava

授权协议 未知
开发语言 Java
所属分类 程序开发、 其他开发相关
软件类型 开源软件
地区 不详
投 递 者 陈知
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Java调用R语言或S语言的接口,示例代码:

# This FALSE is important as otherwise we end up calling make twice, once in the constructor
# and once here after we have specified the super class.
gen <- .JavaConstructor("ForeignReferenceClassGenerator", "java.awt.event.ActionListener", "RActionListener", FALSE)
.Java(gen, "superClassName", "org.omegahat.R.Java.RForeignReference")
.Java(gen,"make")
.Java(gen,"write", .JavaConstructor("File", "/tmp/RActionListener.class"))


# Now load it, assuming /tmp/ is in your classpath.
.Java(NULL, 'findClass', "RActionListener")

相关阅读

相关文章

相关问答

相关文档