clusterApplyLBDots(puma)
clusterApplyLBDots()所属R语言包:puma
clusterApplyLB with dots to indicate progress
与的点clusterApplyLB表明进展
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is basically the clusterApplyLB function from the snow package, but with dots displayed to indicate progress.
这基本上是clusterApplyLBsnow包的功能,但显示来显示进度点。
用法----------Usage----------
clusterApplyLBDots(cl, x, fun, ...)
参数----------Arguments----------
参数:cl
cluster object
聚类对象
参数:x
array
阵列
参数:fun
function or character string naming a function
函数或字符串命名函数
参数:...
additional arguments to pass to standard function
额外的参数传递给标准函数
作者(S)----------Author(s)----------
Richard D. Pearson (modified from original <span class="pkg">snow</span> function)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|