org.ujmp.core.util
Class R
java.lang.Object
org.ujmp.core.util.R
public class R
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEARCH
public static String[] SEARCH
POLLINTERVAL
public static final int POLLINTERVAL
- See Also:
- Constant Field Values
MAXPOLLS
public static final int MAXPOLLS
- See Also:
- Constant Field Values
getInstance
public static R getInstance()
throws Exception
- Throws:
Exception
getInstance
public static R getInstance(String pathToR)
throws Exception
- Throws:
Exception
execute
public String execute(String command)
throws Exception
- Throws:
Exception
shutdown
public void shutdown()
throws Exception
- Throws:
Exception
setMatrix
public void setMatrix(String label,
Matrix matrix)
throws Exception
- Throws:
Exception
getMatrix
public Matrix getMatrix(String label)
throws Exception
- Throws:
Exception
isAvailable
public static boolean isAvailable()
toString
public static String toString(String[] strings)
plot
public void plot(Matrix matrix,
String... format)
throws Exception
- Throws:
Exception
pairs
public void pairs(Matrix matrix,
String... format)
throws Exception
- Throws:
Exception
qqnorm
public void qqnorm(Matrix matrix,
String... format)
throws Exception
- Throws:
Exception
hist
public void hist(Matrix matrix,
String... format)
throws Exception
- Throws:
Exception
image
public void image(Matrix matrix,
String... format)
throws Exception
- Throws:
Exception
boxplot
public void boxplot(Matrix matrix,
String... format)
throws Exception
- Throws:
Exception
closeLastFigure
public void closeLastFigure()
throws Exception
- Throws:
Exception
Copyright © 2010. All Rights Reserved.