net_par: Calculate all topological indexes of a network

View source: R/topological.R

net_parR Documentation

Calculate all topological indexes of a network

Description

Calculate all topological indexes of a network

Add topological indexes for a network

Usage

net_par(go, mode = c("v", "e", "n", "all"), fast = TRUE)

c_net_index(go, force = FALSE)

Arguments

go

igraph or metanet

mode

calculate what? c("v", "e", "n", "all")

fast

less indexes for faster calculate ?

force

replace existed net_par

Value

a 3-elements list

n_index

indexs of the whole network

v_index

indexs of each vertex

e_index

indexs of each edge

See Also

Other topological: extract_sub_net(), fit_power(), get_group_skeleton(), links_stat(), nc(), rand_net_par(), rand_net(), smallworldness()

Examples

igraph::make_graph("Walther") %>% net_par()
c_net_index(co_net) -> co_net_with_par

MetaNet documentation built on May 29, 2024, 1:21 a.m.