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

All Superinterfaces:
RMatrix<WRAPPED_TYPE,String[][],String>, RObj<WRAPPED_TYPE>

public interface RMatrixChar<WRAPPED_TYPE>
extends RMatrix<WRAPPED_TYPE,String[][],String>


Method Summary
 String[][] 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

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