Uses of Interface
org.math.R.RLog
-
-
Uses of RLog in org.math.R
Classes in org.math.R that implement RLog Modifier and Type Class Description classR2jsSessionThis class evaluate an R expression by parsing it in javascript expression and then evaluate the javascript expression with the Java ScriptEngine.classRenjinSessionclassRLogPanelclassRLogPrintStreamclassRLogSlf4jclassRserveSessionclassRsessionMethods in org.math.R with parameters of type RLog Modifier and Type Method Description voidRsession. addLogger(RLog l)static R2jsSessionR2jsSession. newInstance(RLog console, Properties properties)static RenjinSessionRenjinSession. newInstance(RLog console, Properties properties)static RserveSessionRserveSession. newInstanceTry(RLog console, RserverConf serverconf)Deprecated.Use new RserveSession standard constructor insteadstatic RserveSessionRserveSession. newLocalInstance(RLog console, Properties localRProperties)Deprecated.Use new RserveSession standard constructor insteadstatic RserveSessionRserveSession. newRemoteInstance(RLog console, RserverConf serverconf)Deprecated.Use new RserveSession standard constructor insteadvoidRsession. removeLogger(RLog l)Constructors in org.math.R with parameters of type RLog Constructor Description R2jsSession(RLog console, Properties properties)R2jsSession(RLog console, Properties properties, String environmentName)Default constructor Initialize the Javascript js and load external js librariesRenjinSession(RLog console, Properties properties)RserveDaemon(RserverConf conf, RLog log)RserveDaemon(RserverConf conf, RLog log, String R_HOME)RserveSession(RLog console, Properties properties, RserverConf serverconf)create a new Rsession.Rsession(RLog console)create a new Rsession.
-