speedR(speedR)
speedR()所属R语言包:speedR
speedR: An R-package for interactive data import, filtering and complex ready-to-use code generation
转速r:R-交互式数据导入,过滤和复杂,使用的代码生成包
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Starts the speedR GUI window.
启动转速r GUI窗口。
用法----------Usage----------
speedR(maxmemory=NULL,...)
参数----------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被称为新的价值。
参数:...
Other optional parameters sent to speedR.init like debugging and log level.
其他可选参数发送到speedR.init的调试和log级别等。
Details
详细信息----------Details----------
speedR depends on rJava and iplots packages. To install these packages please call install.packages(c("rJava","iplots")). In case of an "OutOfMemoryError", please increase the memory by setting the maxmemory parameter to a higher value. Note that R must be restarted. Following examples can be used as an indicator for how much the speedR can approximately consume memory:
转速r依赖于rJava和iplots包。要安装这些软件包,请致电install.packages(C(“rJava”中,“iplots”))。在“OutOfMemoryError异常”的情况下,请增加内存的maxmemory参数设置为更高的值。注意是R必须重新启动。下面的实施例可以使用多少转速r可以约消耗内存作为指示剂:
512 Mb : 10 columns, 750000 rows 1024 Mb: 20 columns, 750000 rows or 10 columns 1500000 rows
512 MB:10列,75万行1024 MB:20列,75万行,10列150万行
Note that memory consume depends not only on the columns and rows number, but it depends on the content of each cell too (i.e. char count).
需要注意的是内存消耗,不仅取决于行和列的数量,但它依赖于每个单元(即字符数)的内容。
实例----------Examples----------
## Not run: [#不运行:]
speedR() #calls speedR with default memory value: on Windows 70[要求转速r在Windows 70默认的存储器值:]
speedR(maxmemory = 1024) # start speedR with 1024 Mb memory[启动转速r与1024 MB内存]
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|