Skip to content

Instantly share code, notes, and snippets.

@HeenaR17
Created February 7, 2021 20:41
Show Gist options
  • Save HeenaR17/cdf019769747febf9341218d647b0a64 to your computer and use it in GitHub Desktop.
Save HeenaR17/cdf019769747febf9341218d647b0a64 to your computer and use it in GitHub Desktop.
#Histogram of node degree
hist(V(net)$degree,
col="green",
main='Histogram of node degree',
ylab='Frequency',
xlab='Degree of vertices')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment