Map-based point and density plots in R, using ggmap
Map-based point and density plots in R, using ggmap
I want to provide an example for how to visualise spatial attributes of a dataset using the ggmap package in R. I start by loading the packages that I will want to use for my analysis.
#devtools::install_github("dkahle/ggmap", ref = "tidyup") # since currently ggmap is not on CRAN library(ggmap)
## Loading required package: ggplot2
## Google Maps API Terms of Service:…
View On WordPress














