| Package | Description |
|---|---|
| edu.ucla.stat.SOCR.JRI |
| Modifier and Type | Method and Description |
|---|---|
REXP |
Rengine.eval(java.lang.String s) |
REXP |
Rengine.idleEval(java.lang.String s)
This method is very much like
Rengine.eval(String), except that it is non-blocking and return null if the engine is busy. |