Package r.ifc.Interop

Examples of r.ifc.Interop.Invokable


* Interface to the rest of the Java world. This class supports the registration of Java methods as R functions.
**/
public class Interop {

    public static void initialize() {
        register(new Invokable() {
            public String name() {
                return "jan";
            }

            public String[] parameters() {
View Full Code Here

TOP

Related Classes of r.ifc.Interop.Invokable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.