degree_tm(tnet)
degree_tm()所属R语言包:tnet
Degree centrality in a two-mode network
在双模式网络的度中心
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function calculates two degree measures: the number of contacts that a node is connected to, and the sum of weights on ties originating from a node (strength).
此函数计算两个学位措施:节点连接到联系人的数量,权重的总和从节点(强度)的关系。
用法----------Usage----------
degree_tm(net,measure=c("degree","output"))
参数----------Arguments----------
参数:net
A two-mode network
一个双模式网络
参数:measure
specifies which measures should be calculated
指定哪些措施,应计算
值----------Value----------
Returns a data.frame with two or three columns: the first column contains the nodes' ids, and the remaining columns contain the scores of the measures specified in the measure-parameter.
返回一个数据框有两列或三列:第一列包含节点的ID,而其余的列包含分数的测量参数中指定的措施。
注意----------Note----------
version 1.0.0
版本1.0.0
(作者)----------Author(s)----------
Tore Opsahl; http://toreopsahl.com
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|