org.bioconductor.packages.rservices
Class RMatrix

java.lang.Object
  extended by org.bioconductor.packages.rservices.RObject
      extended by org.bioconductor.packages.rservices.RArray
          extended by org.bioconductor.packages.rservices.RMatrix
All Implemented Interfaces:
java.io.Serializable

public class RMatrix
extends RArray

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.bioconductor.packages.rservices.RArray
dim, dimnames, value
 
Constructor Summary
RMatrix()
           
 
Method Summary
 
Methods inherited from class org.bioconductor.packages.rservices.RArray
equals, getDim, getDimnames, getValue, setDim, setDimnames, setValue, toString
 
Methods inherited from class org.bioconductor.packages.rservices.RObject
getOutputMsg, setOutputMsg
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RMatrix

public RMatrix()


Copyright Bioconductor. All Rights Reserved.