Computes the vertex connectivity of a network - the minimum number of vertices that must be removed to disconnect the graph (or make it trivial). Higher values indicate more robust network structure.
Arguments
- x
Network input: matrix, igraph, network, cograph_network, or tna object
- ...
Passed to
to_igraph, whose only other argument isdirected; anything else raises an "unused argument" error.
