powered by
Net_pars of many random network
Compare some indexes between your net with random networks
rand_net_par(go, reps = 99, threads = 1, verbose = TRUE)compare_rand( pars, randp, index = c("Average_path_length", "Clustering_coefficent") )
compare_rand( pars, randp, index = c("Average_path_length", "Clustering_coefficent") )
ggplot
igraph
simulation time
threads
verbose
your net pars resulted by net_pars()
random networks pars resulted by rand_net_par()
compared indexes: "Average_path_length","Clustering_coefficent" or else
Other topological: extract_sub_net(), fit_power(), get_group_skeleton(), links_stat(), nc(), net_par(), rand_net(), smallworldness()
extract_sub_net()
fit_power()
get_group_skeleton()
links_stat()
nc()
net_par()
rand_net()
smallworldness()
data("c_net") rand_net_par(co_net_rmt, reps = 30) -> randp net_par(co_net_rmt, fast = FALSE) -> pars compare_rand(pars, randp)
Run the code above in your browser using DataLab