nc {MetaNet} | R Documentation |
Calculate natural_connectivity
Description
Calculate natural_connectivity
Usage
nc(p)
Arguments
p |
an igraph or metanet object |
Value
natural_connectivity (numeric)
References
`nc` in `ggClusterNet`
See Also
Other topological:
extract_sub_net()
,
fit_power()
,
get_group_skeleton()
,
links_stat()
,
net_par()
,
rand_net_par()
,
rand_net()
,
smallworldness()
Examples
igraph::make_ring(10) %>% nc()
[Package MetaNet version 0.1.2 Index]