powered by
Link summary of the network
links_stat( go, group = "v_class", e_type = "all", topN = 6, colors = NULL, legend_number = FALSE, legend = TRUE, legend_cex = 1, legend_position = c(left_leg_x = -1.6, left_leg_y = 1, right_leg_x = 1.2, right_leg_y = 1), col_legend_order = NULL, group_legend_title = NULL, group_legend_order = NULL )
plot
igraph or metanet
summary which group of vertex attribution in names(vertex_attr(go))
"positive", "negative", "all"
topN of group, default:5
colors
legend with numbers
all legends
character expansion factor relative to current par("cex"), default: 1
legend_position, default: c(left_leg_x=-1.9,left_leg_y=1,right_leg_x=1.2,right_leg_y=1)
col_legend_order vector,
group_legend_title, length must same to the numbers of v_group
group_legend_order vector
Other topological: extract_sub_net(), fit_power(), get_group_skeleton(), nc(), net_par(), rand_net_par(), rand_net(), smallworldness()
extract_sub_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") }
Run the code above in your browser using DataLab