Uses of Interface
org.nuiton.j2r.types.REXP

Packages that use REXP
org.nuiton.j2r.types   
 

Uses of REXP in org.nuiton.j2r.types
 

Classes in org.nuiton.j2r.types that implement REXP
 class RDataFrame
          Java implementation of the R data.frame
 class REXPAbstract
          Abstract class for REXP interface, in order to avoid duplicate code for attributes related methods.
 class RList
          Java implementation of the R List.
 

Methods in org.nuiton.j2r.types with parameters of type REXP
 void RList.set(int x, REXP data)
          Method to set the xth object of the list to a value.
 void REXPAbstract.setAttribute(String attribute, REXP value)
           
 



Copyright © 2006-2010 CodeLutin. All Rights Reserved.