links_stat | R Documentation |
Link summary of the network
links_stat(
go,
group = "v_class",
e_type = "all",
topN = 10,
colors = NULL,
mode = 1,
plot_param = list()
)
go |
igraph or metanet |
group |
summary which group of vertex attribution in names(vertex_attr(go)) |
e_type |
"positive", "negative", "all" |
topN |
topN of group, default: 10 |
colors |
colors |
mode |
1~2 |
plot_param |
plot parameters |
plot
Other topological:
extract_sample_net()
,
fit_power()
,
get_group_skeleton()
,
nc()
,
net_par()
,
rand_net()
,
rand_net_par()
,
smallworldness()
if (requireNamespace("circlize")) {
links_stat(co_net, topN = 10)
module_detect(co_net) -> co_net_modu
links_stat(co_net_modu, group = "module")
}
if (requireNamespace("corrplot")) {
links_stat(co_net, topN = 10, mode = 2)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.