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

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

Uses of RVectorFactor in org.af.jhlir.call
 

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

Methods in org.af.jhlir.call that return RVectorFactor
 RVectorFactor RDataFrame.getCol(String name)