Uses of Class
org.math.R.RserveSession
-
-
Uses of RserveSession in org.math.R
Methods in org.math.R that return RserveSession Modifier and Type Method Description static RserveSessionRserveSession. newInstanceTry(PrintStream pconsole, RserverConf serverconf)Deprecated.Use new RserveSession standard constructor insteadstatic RserveSessionRserveSession. newInstanceTry(RLog console, RserverConf serverconf)Deprecated.Use new RserveSession standard constructor insteadstatic RserveSessionRserveSession. newLocalInstance(PrintStream pconsole, Properties localRProperties)Deprecated.Use new RserveSession standard constructor insteadstatic RserveSessionRserveSession. newLocalInstance(RLog console, Properties localRProperties)Deprecated.Use new RserveSession standard constructor insteadstatic RserveSessionRserveSession. newRemoteInstance(PrintStream pconsole, RserverConf serverconf)Deprecated.Use new RserveSession standard constructor insteadstatic RserveSessionRserveSession. newRemoteInstance(RLog console, RserverConf serverconf)Deprecated.Use new RserveSession standard constructor instead
-