compare_rand: Net_pars of many random network

View source: R/topological.R

rand_net_parR Documentation

Net_pars of many random network

Description

Net_pars of many random network

Compare some indexes between your net with random networks

Usage

rand_net_par(go, reps = 99, threads = 1, verbose = TRUE)

compare_rand(
  pars,
  randp,
  index = c("Average_path_length", "Clustering_coefficent")
)

Arguments

go

igraph

reps

simulation time

threads

threads

verbose

verbose

pars

your net pars resulted by net_pars()

randp

random networks pars resulted by rand_net_par()

index

compared indexes: "Average_path_length","Clustering_coefficent" or else

Value

ggplot

See Also

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

Examples

data("c_net")
rand_net_par(co_net_rmt, reps = 30) -> randp
net_par(co_net_rmt, fast = FALSE) -> pars
compare_rand(pars, randp)

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