org.af.jhlir.call
Interface RMatrixDouble<WRAPPED_TYPE>

All Superinterfaces:
RMatrix<WRAPPED_TYPE,double[][],Double>, RObj<WRAPPED_TYPE>

public interface RMatrixDouble<WRAPPED_TYPE>
extends RMatrix<WRAPPED_TYPE,double[][],Double>


Method Summary
 double[][] getData()
           
 
Methods inherited from interface org.af.jhlir.call.RMatrix
get, getColNames, getColNamesAsList, getColumnCount, getDataAsObjArr, getRowCount, getRowNames, getRowNamesAsList, isNA
 
Methods inherited from interface org.af.jhlir.call.RObj
asRChar, asRDataFrame, asREnvironment, asRFactor, asRInteger, asRList, asRLogical, asRMatrixDouble, asRNumeric, asS3Obj, getWrapped
 

Method Detail

getData

double[][] getData()
Specified by:
getData in interface RMatrix<WRAPPED_TYPE,double[][],Double>