Uses of Interface
ubic.basecode.util.r.RClient
-
Packages that use RClient Package Description ubic.basecode.util.r -
-
Uses of RClient in ubic.basecode.util.r
Classes in ubic.basecode.util.r that implement RClient Modifier and Type Class Description class
AbstractRClient
Base class for RClientsclass
JRIClient
R connection implementation that uses the dynamic library interface JRI.class
RServeClient
Methods in ubic.basecode.util.r that return RClient Modifier and Type Method Description static RClient
RConnectionFactory. getRConnection()
Get connection; if Rserve is used, connect to localhost.static RClient
RConnectionFactory. getRConnection(String hostName)
-