broadcast(gaggle)
broadcast()所属R语言包:gaggle
Broadcast Data to the Gaggle
数据广播的鹅群
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Broadcast a list of names, a matrix, a network, an associative array (an R environment) or a cluster to the currentTargetGoose. A cluster is simply two lists of names, typically a list of matrix row names, and a list of column names, which together
广播的名单,矩阵,网络,一个关联数组(R环境),或一个clustercurrentTargetGoose。一个cluster简直是两个列表的名称,通常是列表矩阵的行名,列名的列表,其中一起
用法----------Usage----------
broadcast (x, name='from R')
参数----------Arguments----------
参数:x
list of names, matrix, network, environment, cluster.
列表的名称,矩阵,网络,环境,聚类。
参数:name
any string, especially useful for identifying matrices or environments broadcast to other geese.
任何字符串,识别矩阵或广播到其他鹅的环境特别有用。
值----------Value----------
Returns NULL.
返回NULL。
参见----------See Also----------
geese. setTargetGoose. getTargetGoose.
geese。 setTargetGoose。 getTargetGoose。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|