Package org.rosuda.JRI

Examples of org.rosuda.JRI.Rengine.end()


      // so far we used R as a computational slave without REPL
      // now we start the loop, so the user can use the console
      System.out.println("Now the console is yours ... have fun");
      re.startMainLoop();
  } else {
      re.end();
      System.out.println("end");
  }
    }
}
View Full Code Here


      // so far we used R as a computational slave without REPL
      // now we start the loop, so the user can use the console
      System.out.println("Now the console is yours ... have fun");
      re.startMainLoop();
  } else {
      re.end();
      System.out.println("end");
  }
    }
}
View Full Code Here

      // so far we used R as a computational slave without REPL
      // now we start the loop, so the user can use the console
      System.out.println("Now the console is yours ... have fun");
      re.startMainLoop();
  } else {
      re.end();
      System.out.println("end");
  }
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.