Uses of Interface
org.af.jhlir.call.RVector

Packages that use RVector
org.af.jhlir.call Provides classes to call R. 
 

Uses of RVector in org.af.jhlir.call
 

Subinterfaces of RVector in org.af.jhlir.call
 interface RChar<WRAPPED_TYPE>
          Interface for a RChar Object that extends RObj.
 interface RInteger<WRAPPED_TYPE>
           
 interface RLogical<WRAPPED_TYPE>
           
 interface RNumeric<WRAPPED_TYPE>
           
 interface RNumericRef<WRAPPED_REF,RESOLVED_TYPE>