Link summary of the network
links_stat(
go,
group = "v_class",
e_type = "all",
topN = 10,
colors = NULL,
mode = 1,
plot_param = list()
)
plot
Other topological:
extract_sample_net()
,
fit_power()
,
get_group_skeleton()
,
nc()
,
net_par()
,
rand_net_par()
,
rand_net()
,
smallworldness()
if (requireNamespace("circlize")) {
links_stat(co_net, topN = 10)
module_detect(co_net) -> co_net_modu
links_stat(co_net_modu, group = "module")
}
#> Loading required namespace: circlize
if (requireNamespace("corrplot")) {
links_stat(co_net, topN = 10, mode = 2)
}
#> Loading required namespace: corrplot