powered by
Calculate all topological indexes of a network
Add topological indexes for a network
net_par(go, mode = c("v", "e", "n", "all"), fast = TRUE)c_net_index(go, force = FALSE)
c_net_index(go, force = FALSE)
a 3-elements list
indexs of the whole network
indexs of each vertex
indexs of each edge
igraph or metanet
calculate what? c("v", "e", "n", "all")
less indexes for faster calculate ?
replace existed net_par
Other topological: extract_sub_net(), fit_power(), get_group_skeleton(), links_stat(), nc(), rand_net_par(), rand_net(), smallworldness()
extract_sub_net()
fit_power()
get_group_skeleton()
links_stat()
nc()
rand_net_par()
rand_net()
smallworldness()
igraph::make_graph("Walther") %>% net_par() c_net_index(co_net) -> co_net_with_par
Run the code above in your browser using DataLab