有关图集中化的摘要,请参见centralize()
。
用法
centr_clo_tmax(graph = NULL, nodes = 0, mode = c("out", "in", "all", "total"))
参数
- graph
输入图。如果给出了
nodes
,也可以为NULL
。- 节点
顶点数。如果给出了图,则忽略此项。
- mode
这与
closeness()
的mode
参数相同。如果给出了无向图,则忽略此项。
参见
其他中心化相关函数:centr_betw()
, centr_betw_tmax()
, centr_clo()
, centr_degree()
, centr_degree_tmax()
, centr_eigen()
, centr_eigen_tmax()
, centralize()