Displaying 20 results from an estimated 600 matches similar to: "Problem with ggmap"
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
2014 Jan 28
2
Duda con get_map de ggmap
Marta,
Seguramente, al desconocer tu objetivo, no te servirá de mucho lo que te
diga. No se si quieres escribir un paquete para mapas o simplemente hacer
un mapa con la librería ggmap sin preocuparte de la magia interna. Si lo
que necesitas es lo segundo puede que te sirva el siguiente ejemplo:
http://journal.r-project.org/archive/2013-1/kahle-wickham.pdf
2014 Jan 28
2
Duda con get_map de ggmap
Gracias Carlos por la clara explicación, si alguien más quiere aportar,
bienvenido
El 28 de enero de 2014, 12:07, Carlos Ortega <cof@qualityexcellence.es>escribió:
> Hola Marta,
>
> Lo que quiere decir (lo que yo entiendo que quiere decir) es que
> directamente el código es la misma función de Google a la que se la recubre
> ("wrapper") con código "R"
2017 Sep 13
0
ggmap + geom_raster
Dear all,
I want to :
1. Estimate a weighted 2D kernel.
2. Paint a heatmap on a ggmap.
Here is some reproducible data / code (I got it from the internet) :
s_rit <- structure(list(score = c(45, 60, 38, 98, 98, 53, 90, 42, 96,
45, 89, 18, 66, 2, 45, 98, 6, 83, 63, 86, 63, 81, 70, 8, 78,
15, 7, 86, 15, 63, 55, 13, 83, 76, 78, 70, 64, 88, 61, 78, 4,
7, 1, 70, 88, 58, 70, 58, 11, 45, 28, 42,
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
2012 Mar 16
1
ggmap crash
Not sure if this is the right place to report this, but:
Am using ggmap to generate a map of a bounding box from 161
latitude/longitude pairs and the code crashes R (in ess). Data is at
http://analysis.d8u.us/~hdiwan/plotSource.csv and the code to read it
is below. I'm not sure if ess, emacs, ggmap, R, or my laptop is to
blame. Here's the code:
> rmc <-
2012 Mar 05
0
ggmap : ggplot2 and RgoogleMaps
Dear useRs -
ggmap v1.2 is now available on CRAN.
ggmap is a relatively new package which combines the power of ggplot2 with the spatial contextual information in Google Maps or OpenStreetMaps (via RgoogleMaps) to provide an easy, consistent and modular framework for spatial graphics.
For examples on how to get started with ggmap, see ?ggmapplot for several examples of its use.
Happy
2014 Jan 30
2
objecto ggplot
Carlos,
mi intencion es entender el codigo:
https://github.com/woobe/blenditbayes/blob/master/2013-06-street-level-crime/analysis.R
Para luego hacer mi trabajo, algo similar a esto, pero adaptado a mi región.
Si te fijas en las lineas 141-161, esta esto:
## Convert the base map into a ggplot object
## All added Cartesian coordinates to enable more geom options later on
map.ggmap <-
2018 Jul 31
0
[PATCH nbdkit 3/4] Add map filter.
Serve an arbitrary map of regions of the underlying plugin.
---
common-rules.mk | 1 +
configure.ac | 1 +
filters/map/Makefile.am | 61 +++
filters/map/map.c | 256 +++++++++
filters/map/maptype.c | 493 ++++++++++++++++++
filters/map/maptype.h
2004 Feb 19
1
read codebook function
Anexed is my function for reading codebooks and the Vq Table. My problem is:
I read a codeBook number of 41, so i called this function above 41 times.
The firtst time, the sync patterns (BCV) is alligned correctly, so it reads correctly. the sencond time it is executed, the patter is not there anymore and there are only 8 BCV in my file.
function fReadBits1 is the same as the ogg's read bit
2013 Jun 14
0
Problem with Get_map getting maps without country name
Dear R users,
I use: mapImageData<- get_map(source="google", c(lon=21, lat=57), zoom=6,
maptype="terrain")
to get ggmapTemp.png file in the directory. The problem is - some city and
park names overlay with my data points I want to plot on this map. Is there
a way to get the map without city, country and park names? I get this
using maptype="satellite", but I
2006 Mar 19
0
how to arrange the codeword tree into array form
hi,
i am porting ogg vorbis decoder on to a24- bit dsp
platform. i would like to know how he is arranging
the binary tree into an array form. i think this
process is done in _make_words in tremer code. i
would be if some one could explain me the exact
algorithm or where can i get it?
i am attaching the code here for your reference.
static int _make_words(char *l,long n,ogg_uint32_t *r,long
2010 Jun 23
1
Plotting Data on a Map
Hi:
I am practicing with the attached shapefile and was wondering
if I can get some help. Haven't used 'rgdal' and 'maptools' much
but it appears to be a great way bring map data into R.
Please take a look at the comments and let me know if I need to
explain better what I am trying to accomplish.
library(rgdal)
library(maptools)
library(ggplot2)
dsn="C:/Documents and
2013 Oct 29
0
Hoy reunión del "Grupo de Usuarios de R de Madrid - martes 29-octubre"....
Hola,
Beatriz (la ponente) recomendó esta versión de R y estos paquetes:
- Disponer de una versión reciente de R (preferiblemente 2.15.3 o mayor)
- Que la versión de R tenga ya instaladas las librerías: maps, sp,
maptools, rgdal, rgeos, mapproj, RgoogleMaps, plotGoogleMaps, googleVis,
ggplot, ggmap, RColorBrewer (y su dependencias).
Y en cuanto a la Wifi. Sí, el Bar dispone de
2015 Feb 24
2
[LLVMdev] Removing contention in PassRegistry accesses to speed up compiles
Hi,
We use LLVM libraries to compile C++ code and noticed slow downs when
multiple threads of a process were compiling at once. *perf *indicated that
most of the CPU time was spent in a spin lock, which was being
locked/unlocked from llvm::PassRegistry::getPassInfo().
We read the relevant LLVM code and found out that PassRegistry is a
ManagedStatic and is shared among all threads in case of a
2019 Sep 26
2
DenseMap/ValueMap: is M[New]=M[Old] valid ?
Hi,
I have a question about llvm/ADT/DenseMap.h and llvm/IR/ValueMap.h:
When you have a:
MapType M;
is it safe to do:
M[NewKey] = M[OldKey];
or do you need to do it in two steps:
auto tmp = M[OldKey]; // ensure the reference to M[OldKey] is copied, before reassigning.
M[NewKey] = tmp; // might reallocate
aka, will a possible allocation for M[NewKey] invalidate the
2013 Oct 29
0
Hoy reunión del "Grupo de Usuarios de R de Madrid - martes 29-octubre"....
Hola.
¿Nos podemos descargar el material de alguna parte antes de ir?
Gracias
El 29 de octubre de 2013 14:58, Beatriz Martínez <mtnezb@gmail.com>escribió:
> Hola a todos:
>
> efectivamente, esas son las librerias que convine tener instaladas.
>
> Llevaré los datos que utilizaremos en un pendrive (por si acaso falla la
> wifi) y también el *.md del código para poder
2013 Oct 29
0
Hoy reunión del "Grupo de Usuarios de R de Madrid - martes 29-octubre"....
el material lo podéis descargar de aquí http://goo.gl/PT30FB
El 29 de octubre de 2013 15:59, Carlos Ortega
<cof@qualityexcellence.es>escribió:
> Hola Beatriz,
>
> Si me pasas el *.md lo subo a un Dropbox y si no es muy grande lo subo a
> R-Hispano (linkándolo a la agenda)....
>
> Saludos,
> Carlos.
>
>
> El 29 de octubre de 2013 15:56, Gregorio R. Serrano
2019 May 15
2
Identificar por coordenadas geográficas una calle de una ciudad
Estimados
Sobre como obtener la geolocalización, aparte de lo aportado por Rubén
Casal, también existe el api de Microsoft, lo que yo descartaría es tomar
una base de datos con geolocalización, teóricamente andarían pero si uno
por casualidad conoce la geografía real, se da cuenta de errores, salvo que
en España los datos estén correctos.
Javier Rubén Marcuzzi
El mié., 15 may. 2019 a las 8:50,
2012 Oct 03
4
Regarding licensing Terms
Hi,
I have developed one application using ggmap package.It is based on google
map.
I am a bit confused regarding its licensing terms.I want to know that can i
use it with my other applications.
Is it legal?
--
With Regards,
Narendra Pratap
Principal Research Developer
Hitech Robotic Systemz Ltd.
[[alternative HTML version deleted]]