Result of some data crunching with R studio.
Some graphs
Use Google Maps API key in R:
library(ggmap) register_google(key = "your_key") mapTLS6 <- get_googlemap(center = 'Amsterdam', zoom = 6, maptype = c("terrain"))
My stuff
Result of some data crunching with R studio.
Some graphs
library(ggmap) register_google(key = "your_key") mapTLS6 <- get_googlemap(center = 'Amsterdam', zoom = 6, maptype = c("terrain"))