public class JRIClient extends AbstractRClient
RConnectionFactory
log
Constructor and Description |
---|
JRIClient() |
Modifier and Type | Method and Description |
---|---|
void |
assign(String argName,
double[] arg) |
void |
assign(String arg0,
int[] arg1) |
void |
assign(String sym,
String ct) |
void |
assign(String argName,
String[] array) |
void |
disconnect() |
org.rosuda.REngine.REXP |
eval(String command)
Evaluate the given command
|
String |
getLastError() |
boolean |
isConnected() |
static boolean |
ready() |
DoubleMatrix<String,String> |
retrieveMatrix(String variableName)
Get a matrix back out of the R context.
|
void |
voidEval(String command) |
assignFactor, assignFactor, assignMatrix, assignMatrix, assignMatrix, assignStringList, booleanDoubleArrayEval, dataFrame, dataFrameEval, doubleArrayDoubleArrayEval, doubleArrayEval, doubleArrayTwoDoubleArrayEval, doubleTwoDoubleArrayEval, intArrayEval, linearModel, linearModel, listEval, loadLibrary, loadScript, oneWayAnova, oneWayAnovaEval, remove, rowApplyLinearModel, stringEval, stringListEval, twoWayAnova, twoWayAnovaEval, variableIdentityNumber
public static boolean ready()
public void assign(String argName, double[] arg)
public void assign(String arg0, int[] arg1)
public void disconnect()
disconnect
in class AbstractRClient
public org.rosuda.REngine.REXP eval(String command)
RClient
public String getLastError()
public boolean isConnected()
public DoubleMatrix<String,String> retrieveMatrix(String variableName)
RClient
public void voidEval(String command)
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.