Guest User

Untitled

a guest
Nov 21st, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. x <- graph_from_data_frame(graph, directed = F, vertices = x)
  2.  
  3. comp <- components(x)
  4. table(comp$csize)
Add Comment
Please, Sign In to add comment