speedR.init(speedR)
speedR.init()所属R语言包:speedR
Initialize speedR (classpath, heap size etc..)
初始化转速r(类路径,堆大小等。)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Initializes speedR. Sets the classpath, heap size, log level etc. User does not need to call this function. It will be called from speedR and speedR.importany.
初始化转速r。设置类路径,堆大小,log级别等。用户不需要调用这个函数。它将被称为,从转速r和speedR.importany。
用法----------Usage----------
speedR.init(maxmemory = NULL,loglevel = "WARNING",debug = FALSE)
参数----------Arguments----------
参数:maxmemory
the maximum allocatable memory in Mb. If speedR is already once started, calling speedR with a different value will have no effect. To change the memory, R must be restarted and speedR has to be called with the new value.
分配的最大内存(MB)。如果转速r一旦启动,调用转速r具有不同的值不会有任何效果。要更改的内存,R必须重新启动和,转速r被称为新的价值。
参数:loglevel
Only for developer. Sets the granularity of the logging. Levels are ALL, SEVERE, WARNING, INFO, FINE, FINER, OFF
仅适用于开发人员。设置伐木粒度。级别是ALL,严重警告,INFO,FINE,FINER,OFF
参数:debug
Only for developer. A logical value indicating wether debuggin should be enabled
仅适用于开发人员。羯羊调试通过一个逻辑值,该值指示应启用
实例----------Examples----------
## Not run: [#不运行:]
speedR.init(maxmemory = 1024, loglevel="FINE", debug = FALSE)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|