org.ujmp.core.util
Class R

java.lang.Object
  extended by org.ujmp.core.util.R

public class R
extends Object


Field Summary
static int MAXPOLLS
           
static int POLLINTERVAL
           
static String[] SEARCH
           
 
Method Summary
 void boxplot(Matrix matrix, String... format)
           
 void closeLastFigure()
           
 String execute(String command)
           
static R getInstance()
           
static R getInstance(String pathToR)
           
 Matrix getMatrix(String label)
           
 void hist(Matrix matrix, String... format)
           
 void image(Matrix matrix, String... format)
           
static boolean isAvailable()
           
 void pairs(Matrix matrix, String... format)
           
 void plot(Matrix matrix, String... format)
           
 void qqnorm(Matrix matrix, String... format)
           
 void setMatrix(String label, Matrix matrix)
           
 void shutdown()
           
static String toString(String[] strings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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.