Learn R Programming

MetaNet (version 0.1.2)

nc: Calculate natural_connectivity

Description

Calculate natural_connectivity

Usage

nc(p)

Value

natural_connectivity (numeric)

Arguments

p

an igraph or metanet object

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

Run this code
igraph::make_ring(10) %>% nc()

Run the code above in your browser using DataLab