Learn R Programming

MetaNet (version 0.2.5)

smallworldness: Calculate small-world coefficient

Description

Calculate small-world coefficient

Usage

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

Value

number

Arguments

go

igraph or metanet

reps

simulation time

threads

threads

verbose

verbose

See Also

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

Examples

Run this code
# \donttest{
# set reps at least 99 when you run.
smallworldness(co_net, reps = 9)
# }

Run the code above in your browser using DataLab