Created
December 27, 2017 06:56
-
-
Save droidMakk/c42f237d29df545b1c9d0e77c1466eb7 to your computer and use it in GitHub Desktop.
Basic R Command snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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