search for: get_googlemap

Displaying 6 results from an estimated 6 matches for "get_googlemap".

2014 Jan 28
2
Duda con get_map de ggmap
...Saludos, > Carlos Ortega > www.qualityexcellence.es > > > 2014-01-28 marta Garcia <marta000garcia@gmail.com> > >> Hola estimada comunidad, >> >> Tengo dificultad de entender que quiere decir la función get_map con la >> frase "it is a wrapper for get_googlemap" , que esta en la documentación >> de >> la función >> >> El texto completo aqui: >> http://www.inside-r.org/packages/cran/ggmap/docs/get_map >> >> get_map {ggmap} >> >> *Grab a map.* >> *Package: ggmap* >> *Version: 2.3* >...
2014 Jan 28
2
Duda con get_map de ggmap
...3-1/kahle-wickham.pdf http://www.wekaleamstudios.co.uk/posts/google-maps-and-ggmap/ Con la función que obtienes el mapa es ggmap, esa función consulta la función get_map que devuelve una matriz de datos que permiten construir el mapa. A su vez get_map es un envoltorio que utiliza otras funciones (get_googlemap, get_openstreetmap, get_stamenmap, and get_cloudmademap) que devuelven una imagen a color en dos dimensiones del mapa que pides a quien sea que corresponda la función que uses. Si quieres ver que hay dentro de cada función ve a http://cran.r-project.org/web/packages/ggmap/index.html y descarga Pac...
2014 Jan 28
2
Duda con get_map de ggmap
Hola estimada comunidad, Tengo dificultad de entender que quiere decir la función get_map con la frase "it is a wrapper for get_googlemap" , que esta en la documentación de la función El texto completo aqui: http://www.inside-r.org/packages/cran/ggmap/docs/get_map get_map {ggmap} *Grab a map.* *Package: ggmap* *Version: 2.3* Description get_map is a smart function which queries the Google Maps, OpenStreetMap, or Stamen Map...
2012 Dec 07
0
Problem with ggmap
...c(20,30,40); # Size for added points v4 = c(1, 0.5, 0.2); # Transparency for added points v5 = c(551, 426, 500); # Colors for added points testData <- data.frame(lat = v1,lon = v2, big=v3, op=v4, col=v5) # Group variables together mapImageData4 <- get_googlemap(c(lon=-79.1, lat= 43.88),zoom=8,maptype="terrain"); # Get map image data pic4 <- ggmap(mapImageData4) + geom_point(aes(x=lon,y=lat), data=testData, colour = v5, size=v3, alpha = v4) The following `from` values were not present in `x`: col, color, pch, cex, lty, lwd, srt, adj, b...
2023 Oct 13
1
rnrfa package problems
R help email Hello I?m trying to work my way through the rnrfa package RJ-2016-036.pdf (r-project.org) <https://journal.r-project.org/archive/2016/RJ-2016-036/RJ-2016-036.pdf> I?ve got it loaded OK and can access the data by the catalogue() command - gives me a tibble with names, grid refs etc allStations <- catalogue() allStations This works OK But when I try to run the example
2013 Apr 22
7
Multiple lon lat points in the map with ggplot2
Hello R users, For the last few days I am struggling with the following task: my data.frame: A1 A2 A3 B1 B2 B3 58.81 53.292 54.501 13.013 17.39 19.407 56.02 56.251 54.033 20.099 13.15 10.411 55.376 53.099 57.625 13.396 21.031 13.22 58.584 53.194 54.218 13.038 16.854 19.289 55.7 55.921 53.847 19.942 13.153 9.828 55.093 52.934