Everytime I give the command for any package, in this case for ggplot2, I get this after a few minutes. I am missing something, but can’t figure out what. Thanks in advance! Answer You are on R 2.14. Please please PLEASE upgrade to something from the last few years — preferably from the current year such as R 3.2.0, 3.2.1
Tag: ggplot2
Loading a raster data of map PNG on ggmaps of R
This will be cross posted on R’s mailing list. I have the map as a png, so I won’t be using the get_map function. I have extracted the raster data from the png, and I wish to load the map as it is on the display of R, and then I would like to plot a point on it. So,