Package org.af.jhlir.call

Provides classes to call R.

See:
          Description

Interface Summary
RChar<WRAPPED_TYPE> Interface for a RChar Object that extends RObj.
RDataFrame<WRAPPED_TYPE> Interface for a RDataFrame Object that extends RObj.
RDataFrameRef<WRAPPED_REF,RESOLVED_TYPE>  
REnvironment<WRAPPED_TYPE>  
RFactor<WRAPPED_TYPE>  
RInteger<WRAPPED_TYPE>  
RList<WRAPPED_TYPE> Interface for a RList Object that extends RObj.
RListRef<WRAPPED_REF,RESOLVED_TYPE>  
RLogical<WRAPPED_TYPE>  
RMatrix<WRAPPED_TYPE,ARR_TYPE,EL_TYPE>  
RMatrixChar<WRAPPED_TYPE>  
RMatrixDouble<WRAPPED_TYPE>  
RNumeric<WRAPPED_TYPE>  
RNumericRef<WRAPPED_REF,RESOLVED_TYPE>  
RObj<WRAPPED_TYPE>  
RRef<WRAPPED_REF,RESOLVED_TYPE> The R reference interface.
RVector<WRAPPED_TYPE,ARR_TYPE,EL_TYPE> Common interface for RVector Objects.
RVectorFactor<WRAPPED_TYPE,ARR_TYPE,EL_TYPE> Common interface for Vectors and Factors.
S3Obj<WRAPPED_TYPE> Interface for an S3 Object.
S4Obj  
 

Class Summary
RCallServices  
RTypeFactory  
 

Exception Summary
REngineException This exception should not happen.
RErrorException A RErrorException (which extends RuntimeException) is thrown in the methods of RCallServices, when an error occurred on the R side.
 

Package org.af.jhlir.call Description

Provides classes to call R.