Skip to content

Instantly share code, notes, and snippets.

@droidMakk
Created December 27, 2017 06:56
Show Gist options
  • Save droidMakk/c42f237d29df545b1c9d0e77c1466eb7 to your computer and use it in GitHub Desktop.
Save droidMakk/c42f237d29df545b1c9d0e77c1466eb7 to your computer and use it in GitHub Desktop.
Basic R Command snippets
"Simple snippet to view data on map"
m <- get_map("India",zoom=14,maptype="hybrid",source="google")
ggmap(m,base_layer = ggplot(aes(x=abstract$long,y=abstract$lat),data=abstract))+geom_point(colour="green")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment