Skip to content

Instantly share code, notes, and snippets.

@erikgregorywebb
Last active July 18, 2018 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikgregorywebb/16edd2fbbfd0e07d932f85e2c403f5d2 to your computer and use it in GitHub Desktop.
Save erikgregorywebb/16edd2fbbfd0e07d932f85e2c403f5d2 to your computer and use it in GitHub Desktop.
Sample Histogram
ggplot(moment, aes(x = minuteCount)) +
geom_histogram(binwidth = 10) +
labs(title="Distribution of Minute Counts")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment