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

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

Uses of RNumeric in org.af.jhlir.call
 

Subinterfaces of RNumeric in org.af.jhlir.call
 interface RNumericRef<WRAPPED_REF,RESOLVED_TYPE>
           
 

Methods in org.af.jhlir.call that return RNumeric
 RNumeric RObj.asRNumeric()
           
abstract  RNumeric RTypeFactory.createRNumeric(double[] data)
           
abstract  RNumeric RTypeFactory.createRNumeric(Double[] data)