My problem is that I have some thousand POIs and I'd like to make a geo-heatmap of them, preferably in R. Something like this: http://www.geoindex.hu/wp-content/uploads/Nyiregyhaza-vasarloero-100x100-2015.png
I tried ggmap's qmap + geom_point, but that is not really like it, while qmap + stat_bin2d looks similar, but you cannot really control the color and size of the map-elements.
What package should I use? Is there some wrap-around package for Google's Heatmap Layer? Thanks.