| smallworldness {MetaNet} | R 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)
[Package MetaNet version 0.1.2 Index]