有关图集中化的摘要,请参见centralize()
。
参见
其他与中心性相关的:centr_betw()
, centr_betw_tmax()
, centr_clo()
, centr_clo_tmax()
, centr_degree()
, centr_degree_tmax()
, centr_eigen()
, centralize()
示例
# A BA graph is quite centralized
g <- sample_pa(1000, m = 4)
centr_eigen(g, normalized = FALSE)$centralization %>%
`/`(centr_eigen_tmax(g))
#> [1] 0.9468524
centr_eigen(g, normalized = TRUE)$centralization
#> [1] 0.9468524