Skip to content

Instantly share code, notes, and snippets.

@corynissen
Created November 25, 2013 15:49
Show Gist options
  • Select an option

  • Save corynissen/7643434 to your computer and use it in GitHub Desktop.

Select an option

Save corynissen/7643434 to your computer and use it in GitHub Desktop.
ggmap in R for foodborne
p2 <- qmap("chicago", darken=.1) + geom_point(data=df2, aes(x=lng, y=lat)) +
coord_cartesian(xlim=c(-87.96, -87.5), ylim=c(41.62, 42.05))
ggsave(plot=p2, "foodborne_p2.png", height=5, width=5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment