Skip to content

Instantly share code, notes, and snippets.

@HeenaR17
Created February 7, 2021 20:28
Show Gist options
  • Save HeenaR17/995f5a6bf5da46ffe130a16c19a8e554 to your computer and use it in GitHub Desktop.
Save HeenaR17/995f5a6bf5da46ffe130a16c19a8e554 to your computer and use it in GitHub Desktop.
g1 <- graph(c("Heena","Tina","Tina","Disha","Disha","Heena","Heena","Disha","Li","Disha"))
plot(g1,
vertex.color="green",
vertex.size=40,
edge.color="red")
g1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment