Skip to content

Instantly share code, notes, and snippets.

@HeenaR17
Created February 7, 2021 20:36
Show Gist options
  • Save HeenaR17/7de34b4f1151b31a05e19cb7459a32b2 to your computer and use it in GitHub Desktop.
Save HeenaR17/7de34b4f1151b31a05e19cb7459a32b2 to your computer and use it in GitHub Desktop.
diameter(g1, directed=F, weights=NA)
edge_density(g1,loops=F)
reciprocity(g1)
closeness(g1, mode="all", weights=NA)
betweenness(g1, directed=T, weight=NA)
edge_betweenness(g1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment