View source: R/5.topological.R
| net_par | R Documentation |
Calculate all topological indexes of a network
Add topological indexes for a network
net_par(
go,
mode = c("v", "e", "n", "all"),
fast = TRUE,
remove_negative = FALSE
)
c_net_index(go, force = FALSE)
go |
igraph or metanet |
mode |
calculate what? c("v", "e", "n", "all") |
fast |
less indexes for faster calculate ? |
remove_negative |
remove negative edge or not? default: FALSE |
force |
replace existed net_par |
a 3-elements list
n_index |
indexs of the whole network |
v_index |
indexs of each vertex |
e_index |
indexs of each edge |
Other topological:
extract_sample_net(),
fit_power(),
get_group_skeleton(),
links_stat(),
nc(),
rand_net(),
rand_net_par(),
smallworldness()
igraph::make_graph("Walther") %>% net_par()
c_net_index(co_net) -> co_net_with_par
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.