Calculate small-world coefficient
smallworldness(go, reps = 99, threads = 1, verbose = TRUE)number
Other topological:
extract_sample_net(),
fit_power(),
get_group_skeleton(),
links_stat(),
nc(),
net_par(),
rand_net(),
rand_net_par()
# \donttest{
# set reps at least 99 when you run.
smallworldness(co_net, reps = 9)
#> [1] 43.95714
# }