Skip to content

Instantly share code, notes, and snippets.

@Essayoh
Created January 6, 2016 00:51
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 Essayoh/65d6999fc9875db0ade2 to your computer and use it in GitHub Desktop.
Save Essayoh/65d6999fc9875db0ade2 to your computer and use it in GitHub Desktop.
library(ggplot2)
rawdata = read.csv("~/Documents/Meteorite/minimeteor.csv")
p <- qplot(log(mass), data=rawdata, binwidth=.4)
p + theme_bw() + geom_histogram(color="black", fill="steelblue")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment