smallworldness: Calculate small-world coefficient

View source: R/topological.R

smallworldnessR Documentation

Calculate small-world coefficient

Description

Calculate small-world coefficient

Usage

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

Arguments

go

igraph or metanet

reps

simulation time

threads

threads

verbose

verbose

Value

number

See Also

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

Examples


# set reps at least 99 when you run.
smallworldness(co_net, reps = 9)


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