powered by
articulation.points(graph)
biconnected.components
clusters
is.connected
vertex.connectivity
g <- graph.disjoint.union( graph.full(5), graph.full(5) ) clu <- clusters(g)$membership g <- add.edges(g, c(which(clu==0), which(clu==1))-1) articulation.points(g)
Run the code above in your browser using DataLab