Questions tagged [rgooglemaps]

RgoogleMaps is R packages with two purposes: It provides an R interface to query the Google server for static maps and also can be used as a background image to overlay plots within R.

49 questions
0
votes
1 answer

Adding an arrow and marker on a map in R

I have made a map using ggplot2 package of R and also a geom_path visualized on it. Now, I want to add a few markers and just one arrow in order to show the direction of the path. For arrows there is a package called grid which has arrow() function,…
ArmMiner
  • 215
  • 3
  • 5
  • 15
0
votes
1 answer

How to display coordinates on the static map PNG file as they are received from the GPS in R?

So, currently I have successfully compiled the program (with RInside) for plotting coordinates on the static maps of Google (on Qt). Now, I have to plot the coordinates on the map as they are received from the GPS. Is it possible somehow to display…
Aquarius_Girl
  • 21,790
  • 65
  • 230
  • 411
-1
votes
1 answer

Map coordinates to location in R

I am working with ebola dataset,in the dataset there is no location co-ordinates given.I want to manually assign the longitude and latitude to the location,so that I can plot the locations to the Google map.I want to implement this in R.Any idea,i…
Kanwar_Singh
  • 133
  • 1
  • 2
  • 6
-1
votes
1 answer

cannot open: HTTP status was '403 Forbidden' - The "sensor" parameter specified in the request must be set to either "true" or "false"

Originally this question and its precursor were asked on R-Sig-Geo: https://stat.ethz.ch/pipermail/r-sig-geo/2012-July/015648.html The "mow.R" contains: library (RgoogleMaps) png (filename="RgoogleMaps-package_%03d_med.png", width=480,…
Aquarius_Girl
  • 21,790
  • 65
  • 230
  • 411
1 2 3
4